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

8 lines
111 B
SQL

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