Sign in
third-party-mirror
/
glassfish
/
0664faeeeabcdc8a90eeada94c69d5ca90c55b1d
/
.
/
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);