fog/cmd/migrate/migrations/000003_alter_posts.down.sql

3 lines
43 B
MySQL
Raw Normal View History

2024-12-30 10:02:01 +00:00
ALTER TABLE
posts
DROP CONSTRAINT fk_user;