first db schema gen
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CREATE TABLE release_groups (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name text NOT NULL
|
||||
id int PRIMARY KEY,
|
||||
name text NOT NULL,
|
||||
FOREIGN KEY(cover_art_id) REFERENCES cover_art(id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user