We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7d49c commit 1f04d8dCopy full SHA for 1f04d8d
migrations/202503131714_alter_table_film.sql
@@ -1 +1 @@
1
-ALTER TABLE film IF EXISTS ADD COLUMN IF NOT EXISTS release_date date;
+ALTER TABLE IF EXISTS film ADD COLUMN IF NOT EXISTS release_date date;
0 commit comments