X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/e6ab8a2351ae5a228624dd5de074862ad6a3132d..80589bbd26540449bb409744dfaffbf889ace7d5:/src/create_tables.sql diff --git a/src/create_tables.sql b/src/create_tables.sql index a04b8d2..122c1cf 100644 --- a/src/create_tables.sql +++ b/src/create_tables.sql @@ -32,7 +32,7 @@ CREATE TABLE PERSON ( id INTEGER NOT NULL CREATE TABLE EVENT ( xid_conference INTEGER NOT NULL , id INTEGER NOT NULL , start INTEGER NOT NULL - , duration INTEGER NOT NULL + , duration INTEGER NOT NULL -- duration of the event in seconds , xid_track INTEGER NOT NULL REFERENCES TRACK(id) , type VARCHAR , language VARCHAR