Trying insertable stucts that might own their data.

This commit is contained in:
Jordan Petridis
2017-09-19 08:15:54 +03:00
parent c204a61ff7
commit ffda7c6fc8
5 changed files with 114 additions and 38 deletions
@@ -1,6 +1,6 @@
CREATE TABLE `source` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
`url` TEXT NOT NULL UNIQUE,
`uri` TEXT NOT NULL UNIQUE,
`last_modified` TEXT,
`http_etag` TEXT
);