rust_forum/migrations/20241203135558_create_user_table.down.sql

3 lines
91 B
MySQL
Raw Normal View History

2024-12-03 21:33:42 +03:00
-- Add down migration script here
DROP TABLE IF EXISTS "user";
2024-12-04 23:17:19 +03:00
DROP TABLE IF EXISTS "role";