Ticket #1765: tutorial01.diff
File tutorial01.diff, 490 bytes (added by , 19 years ago) |
---|
-
tutorial01.txt
310 310 ); 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 316 316 );