]>
iEval git - app-web-comstock.git/blob - db.sql
d94c518d97fd29149f916320767412d17c6e2192
2 item SERIAL
PRIMARY KEY,
4 category
TEXT NOT NULL,
7 begin_hour
INT NOT NULL DEFAULT 5,
8 end_hour
INT NOT NULL DEFAULT 23,
9 min_hours
INT NOT NULL DEFAULT 1,
10 max_hours
INT NOT NULL DEFAULT 24
13 CREATE TABLE bookings (
14 item
INT NOT NULL REFERENCES items
,
16 begin_time
BIGINT NOT NULL,
17 end_time
BIGINT NOT NULL
This page took 0.048367 seconds and 5 git commands to generate.