super-graph/migrate/testdata/duplicate/002_duplicate.sql

8 lines
111 B
MySQL
Raw Normal View History

2019-09-26 06:35:31 +02:00
create table duplicate(
id serial primary key
);
---- create above / drop below ----
drop table duplicate;