Show
Ignore:
Timestamp:
04/04/08 00:23:34 (9 months ago)
Author:
aarkerio
Message:

sql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/karamelo_postgres.sql

    r342 r367  
    585585  "title" varchar(50), 
    586586  "description" text NOT NULL, 
    587   "status" smallint NOT NULL DEFAULT 0 CHECK (status IN (1, 0)) 
     587  "status" smallint NOT NULL DEFAULT 0 CHECK (status IN (1, 0)), 
     588  "karanet" smallint NOT NULL DEFAULT 0 
    588589); 
    589590