juunil/migrations/2023-08-07-063249_create_posts/down.sql

4 lines
53 B
MySQL
Raw Permalink Normal View History

2023-08-07 06:34:20 +00:00
DROP TABLE image;
2023-08-08 06:07:41 +00:00
DROP TABLE video;
2023-08-07 06:34:20 +00:00
DROP TABLE post;