Add ability to fetch video links
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS videos (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
title TEXT NOT NULL,
|
||||
title TEXT,
|
||||
url TEXT NOT NULL UNIQUE,
|
||||
uploaded_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
inserted_on DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
INSERT INTO videos (url) values ('/supporters/videos/81886')
|
||||
|
||||
Reference in New Issue
Block a user