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