Able to save and retrieve records (Artist, Album, Genre, etc.)
This commit is contained in:
@@ -34,6 +34,7 @@ CREATE TABLE Genre (
|
||||
|
||||
CREATE TABLE Year (
|
||||
YearId INT NOT NULL AUTO_INCREMENT,
|
||||
Year INT NOT NULL,
|
||||
|
||||
PRIMARY KEY (YearId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user