super-graph/internal/serv/internal/migrate/testdata/sample/002_create_t2.sql

8 lines
97 B
MySQL
Raw Normal View History

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