Changeset 665 for trunk/app/config/sql/postgresql/entries.sql
- Timestamp:
- 07/22/08 12:58:53 (4 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/entries.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/entries.sql
r436 r665 4 4 title varchar(50) NOT NULL, 5 5 body text NOT NULL, 6 subject_id int REFERENCES subjects (id) ON DELETE CASCADE,6 subject_id int REFERENCES subjects(id) NOT NULL, 7 7 created timestamp(0) with time zone DEFAULT now() NOT NULL, 8 8 status int NOT NULL DEFAULT 0,
