Skip to content

Instantly share code, notes, and snippets.

@phretor
Created December 21, 2010 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phretor/749373 to your computer and use it in GitHub Desktop.
Save phretor/749373 to your computer and use it in GitHub Desktop.
CREATE TABLE "people_person" ("picture" varchar(200), "first_name" varchar(64), "last_name" varchar(64), "description" text, "web_page" varchar(200), "visitor" bool NOT NULL DEFAULT False, "e_mail" varchar(75), "rank_id" integer, "current" bool, "public" bool, "mid_name" varchar(64), "id" integer PRIMARY KEY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment