super-graph/internal/serv/internal/migrate/testdata/sample/004_data_interpolation.sql

6 lines
119 B
MySQL
Raw Normal View History

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