db scripts cleanup

This commit is contained in:
Soby Chacko
2021-04-16 16:35:39 -04:00
parent 93481433cf
commit f346e5a4c1
4 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
CREATE DATABASE IF NOT EXISTS test;
USE test;
DROP TABLE IF EXISTS test;
create table test(
id bigint,
@@ -8,4 +6,4 @@ create table test(
);
insert into test values (1, 'Bob', NULL);
insert into test values (2, 'Jane', NULL);
insert into test values (3, 'John', NULL);
insert into test values (3, 'John', NULL);