pscan: add DROP DATABASE
This commit is contained in:
4
tst-create-table.sql
Normal file
4
tst-create-table.sql
Normal file
@ -0,0 +1,4 @@
|
||||
create table if not exists tester (
|
||||
name varchar(100) primary key,
|
||||
age int not null
|
||||
);
|
Reference in New Issue
Block a user