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 9e37566 commit 386e886Copy full SHA for 386e886
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