3 lines
196 B
SQL
3 lines
196 B
SQL
ALTER TABLE movies DROP CONSTRAINT IF EXISTS movies_runtime_check;
|
|
ALTER TABLE movies DROP CONSTRAINT IF EXISTS movies_year_check;
|
|
ALTER TABLE movies DROP CONSTRAINT IF EXISTS genres_length_check; |