Add migrate command
This commit is contained in:
7
migrate/testdata/noforward/001_create_no_forward.sql
vendored
Normal file
7
migrate/testdata/noforward/001_create_no_forward.sql
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
-- no SQL here
|
||||
-- nor here, just all comments.
|
||||
-- comment with space before
|
||||
|
||||
---- create above / drop below ----
|
||||
|
||||
drop table t1;
|
Reference in New Issue
Block a user