super-graph/migrate/testdata/sample/002_create_t2.sql
2019-09-26 00:35:31 -04:00

8 lines
97 B
SQL

create table t2(
id serial primary key
);
---- create above / drop below ----
drop table t2;