Changeset 2832
- Timestamp:
- 05/04/06 14:35:30 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r2826 r2832 311 311 CREATE TABLE "polls_choice" ( 312 312 "id" serial NOT NULL PRIMARY KEY, 313 "poll_id" integer NOT NULL REFERENCES "polls_poll s" ("id"),313 "poll_id" integer NOT NULL REFERENCES "polls_poll" ("id"), 314 314 "choice" varchar(200) NOT NULL, 315 315 "votes" integer NOT NULL
