6 lines
119 B
MySQL
6 lines
119 B
MySQL
|
create table {{.prefix}}_bar(id serial primary key);
|
||
|
|
||
|
---- create above / drop below ----
|
||
|
|
||
|
drop table {{.prefix}}_bar;
|