--- docs/pgsql.txt 2006/09/06 18:41:06 44 +++ docs/pgsql.txt 2006/09/06 19:16:26 46 @@ -25,8 +25,8 @@ Udlånid serial primary key, Personid int NOT NULL, Stregkode bigint NOT NULL, -Startdato date NOT NULL, -Afleveringsdato date, +Startdato timestamp NOT NULL, +Afleveringsdato timestamp, Antaldage int NOT NULL ); @@ -34,7 +34,7 @@ resevationid serial primary key, Personid int NOT NULL, Stregkode bigint NOT NULL, -Startdato date NOT NULL +Startdato timestamp NOT NULL ); create table Status (