From 0a9cc11347d7d05ab51385ccb2825c8f7a402146 Mon Sep 17 00:00:00 2001 From: ecmadao Date: Wed, 7 Dec 2022 13:22:39 +0800 Subject: [PATCH 1/2] chore: update sql --- migration/init.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migration/init.sql 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 From 6033099cc53e88e7ead5cf413444b2d6603fd541 Mon Sep 17 00:00:00 2001 From: ecmadao Date: Wed, 7 Dec 2022 13:46:45 +0800 Subject: [PATCH 2/2] chore: update sql --- bytebase/test/DEMO-Prod5##20221207004##ddl##create_table.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bytebase/test/DEMO-Prod5##20221207004##ddl##create_table.sql 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