Schema tweaks of the episodes table.

This commit is contained in:
Jordan Petridis
2017-09-20 13:36:55 +03:00
parent 159ac4cd5d
commit 5187bd1f32
5 changed files with 42 additions and 28 deletions
@@ -7,12 +7,12 @@ CREATE TABLE `source` (
CREATE TABLE `episode` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
`title` TEXT NOT NULL,
`uri` TEXT NOT NULL,
`title` TEXT,
`uri` TEXT,
`local_uri` TEXT,
`description` TEXT,
`published_date` TEXT NOT NULL,
`epoch` INTEGER NOT NULL,
`published_date` TEXT ,
`epoch` INTEGER,
`length` INTEGER,
`guid` TEXT,
`podcast_id` INTEGER NOT NULL