added IF NOT EXISTS to create and CRUD for each table
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE artist_credit_artist (
|
||||
CREATE TABLE IF NOT EXISTS artist_credit_artist (
|
||||
id int PRIMARY KEY,
|
||||
FOREIGN KEY(artist_id) REFERENCES artists(id),
|
||||
FOREIGN KEY(credit_id) REFERENCES artist_credit(id)
|
||||
|
||||
Reference in New Issue
Block a user