/[H6]/docs/pgsql.txt
ViewVC logotype

Diff of /docs/pgsql.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by torben, Wed Sep 6 18:41:06 2006 UTC revision 46 by torben, Wed Sep 6 19:16:26 2006 UTC
# Line 25  create table Udlån ( Line 25  create table Udlån (
25  Udlånid        serial primary key,  Udlånid        serial primary key,
26  Personid    int NOT NULL,  Personid    int NOT NULL,
27  Stregkode    bigint NOT NULL,  Stregkode    bigint NOT NULL,
28  Startdato    date NOT NULL,  Startdato    timestamp NOT NULL,
29  Afleveringsdato    date,  Afleveringsdato    timestamp,
30  Antaldage    int NOT NULL  Antaldage    int NOT NULL
31  );  );
32    
# Line 34  create table Resevation ( Line 34  create table Resevation (
34  resevationid    serial primary key,  resevationid    serial primary key,
35  Personid    int NOT NULL,  Personid    int NOT NULL,
36  Stregkode    bigint NOT NULL,  Stregkode    bigint NOT NULL,
37  Startdato    date NOT NULL  Startdato    timestamp NOT NULL
38  );  );
39    
40  create table Status (  create table Status (

Legend:
Removed from v.45  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.20