Added TODO for data type discrepancy for the future
This commit is contained in:
@@ -35,7 +35,8 @@ CREATE TABLE IF NOT EXISTS "song" (
|
|||||||
album_artist TEXT NOT NULL,
|
album_artist TEXT NOT NULL,
|
||||||
album TEXT NOT NULL,
|
album TEXT NOT NULL,
|
||||||
genre TEXT NOT NULL,
|
genre TEXT NOT NULL,
|
||||||
date TEXT NOT NULL,
|
-- TODO: Address discrepancy of date and year at some point
|
||||||
|
-- date TEXT NOT NULL,
|
||||||
year INT NOT NULL,
|
year INT NOT NULL,
|
||||||
track SMALLINT NOT NULL,
|
track SMALLINT NOT NULL,
|
||||||
disc SMALLINT NOT NULL,
|
disc SMALLINT NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user