Show
Ignore:
Timestamp:
07/22/08 12:58:53 (4 months ago)
Author:
aarkerio
Message:

Update general

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/postgresql/entries.sql

    r436 r665  
    44title varchar(50) NOT NULL, 
    55body text NOT NULL, 
    6 subject_id int REFERENCES subjects (id) ON DELETE CASCADE, 
     6subject_id int REFERENCES subjects(id) NOT NULL, 
    77created timestamp(0) with time zone DEFAULT now() NOT NULL, 
    88status int NOT NULL DEFAULT 0,