diff --git a/bytebase/test/DEMO-Prod5##20221207004##ddl##create_table.sql b/bytebase/test/DEMO-Prod5##20221207004##ddl##create_table.sql new file mode 100644 index 0000000..3f18a26 --- /dev/null +++ b/bytebase/test/DEMO-Prod5##20221207004##ddl##create_table.sql @@ -0,0 +1,5 @@ +CREATE TABLE principal +( + id BIGINT, + email TEXT +); \ No newline at end of file diff --git a/migration/init.sql b/migration/init.sql new file mode 100644 index 0000000..3f18a26 --- /dev/null +++ b/migration/init.sql @@ -0,0 +1,5 @@ +CREATE TABLE principal +( + id BIGINT, + email TEXT +); \ No newline at end of file