2 lines
62 B
SQL
2 lines
62 B
SQL
-- Add down migration script here
|
|
DROP TABLE IF EXISTS todos;
|
-- Add down migration script here
|
|
DROP TABLE IF EXISTS todos;
|