fog/cmd/migrate/migrations/000003_alter_posts.down.sql
2024-12-30 10:02:01 +00:00

3 lines
No EOL
43 B
SQL

ALTER TABLE
posts
DROP CONSTRAINT fk_user;