Changeset 617 for trunk/app/config/sql/postgresql/ecourses.sql
- Timestamp:
- 07/01/08 19:06:58 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/ecourses.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/ecourses.sql
r436 r617 8 8 "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 9 9 "status" smallint DEFAULT 0 NOT NULL, 10 "lang_id" int NOT NULL REFERENCES langs(id) 10 "lang_id" int NOT NULL REFERENCES langs(id), 11 "code" varchar(13) 11 12 ); 12 13
