2 líneas
74 B
SQL
2 líneas
74 B
SQL
-- This file should undo anything in `up.sql`
|
|
drop table if exists techs;
|
-- This file should undo anything in `up.sql`
|
|
drop table if exists techs;
|