Ensure table is dropped in test suite
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DROP TABLE T_FOOS;
|
||||
create table T_FOOS (
|
||||
id integer not null primary key,
|
||||
name varchar(80),
|
||||
|
||||
Reference in New Issue
Block a user