Changeset 342 for trunk/app/config/sql/karamelo_postgres.sql
- Timestamp:
- 03/25/08 01:03:27 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/karamelo_postgres.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/karamelo_postgres.sql
r340 r342 22 22 modified timestamp(0) with time zone DEFAULT now() NOT NULL, 23 23 code varchar(7) NOT NULL DEFAULT 'f78Z67', 24 active smallint NOT NULL DEFAULT 1, -- active/desactive group 24 25 CHECK ( length(code) > 6 ) 25 26 );
