rust_forum/migrations/20241204225135_create_user_table.down.sql

2 lines
62 B
MySQL
Raw Permalink Normal View History

2024-12-04 23:17:19 +03:00
-- Add down migration script here
2024-12-05 01:57:47 +03:00
DROP TABLE IF EXISTS "user";