2
0
Files
pgx/migrate/testdata/sample/002_create_t2.sql
T
2014-04-19 16:00:30 -05:00

8 lines
97 B
SQL

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