final edits

This commit is contained in:
2018-12-27 05:16:24 +04:00
parent 273afd18d0
commit da6260be34
8 changed files with 1443 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
CREATE TABLE web_activity
(
id integer PRIMARY KEY AUTOINCREMENT NOT NULL,
type text NOT NULL
);
INSERT INTO web_activity (id, type) VALUES (181, 'Сон');
INSERT INTO web_activity (id, type) VALUES (182, 'Еда');
INSERT INTO web_activity (id, type) VALUES (183, 'Учёба');
INSERT INTO web_activity (id, type) VALUES (184, 'Работа');
INSERT INTO web_activity (id, type) VALUES (185, 'Транспорт');
INSERT INTO web_activity (id, type) VALUES (186, 'Досуг');