first db schema gen
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE artist_credit (
|
||||
id int PRIMARY KEY,
|
||||
text string NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE artist_credit (
|
||||
id int PRIMARY KEY,
|
||||
text string NOT NULL
|
||||
);
|
||||