Changeset 340 for trunk/app/config/sql/karamelo_postgres.sql
- Timestamp:
- 03/24/08 18:37:16 (10 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
r339 r340 328 328 "title" varchar(110) NOT NULL, 329 329 "description" text, 330 "code" varchar(15), -- secret code to allow students join to the ecourse, voM121x for instance331 330 "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 332 331 "status" smallint DEFAULT 0 NOT NULL,
