adding test scripts
[csql.git] / test / cache / Bidirectional / oraclecreatelogtable.sql
blob849ebddfe4f39277cb015a112d6e787a2f416dd3
1 drop table csql_log_int;
2 drop SEQUENCE CSQL_ID;
3 create table csql_log_int(tablename char(64), pkid number(9), operation number(9), cacheid number(9), id number(9) not null );
4 CREATE SEQUENCE   "CSQL_ID"  MINVALUE 1  INCREMENT BY 1 START WITH 1 ;