CREATE TABLE ui(keyword text, label text, action text);
INSERT INTO "ui" VALUES('begin','olìver'' s','begi-oliver ');
INSERT INTO "ui" VALUES('begi-oliver ','audrey','begi-opub-audrey');
-INSERT INTO "ui" VALUES('begi-opub-audrey ','tu as un copain, vraiment ?','begi-opub-audre-raison ');
+INSERT INTO "ui" VALUES('begi-opub-audrey ','choix','begi-opub-audre-raison ');
INSERT INTO "ui" VALUES('begin','course','begi-x');
CREATE TABLE raw(date timestamp, texte text);
COMMIT;