You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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_check_check; |