Sign in
third-party-mirror
/
glassfish
/
8aec880e4e2845dc2e7ce4bdf7fae4fa52c098d2
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
transaction
/
ee
/
dblogs
/
base
/
sql
/
create.sql
blob: 527e4c8334804e3ff67881a200f4ae0ce8658a1a [
file
]
drop
table
student
;
-- drop table txn_log_table;
create
table
student
(
id varchar
(
255
)
primary
key
not
null
,
name varchar
(
255
));
-- create table txn_log_table (localtid varchar(20), servername varchar(150), instancename varchar(150), gtrid blob);