rust_forum/migrations/20241204225143_create_post_table.down.sql

2 lines
62 B
MySQL
Raw Normal View History

2024-12-04 23:17:19 +03:00
-- Add down migration script here
DROP TABLE IF EXISTS "post";