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);