-- -- MyJSQLView SQL Dump -- Version: 3.06 -- WebSite: http://myjsqlview.org -- -- Host: cindy -- Generated On: 2010.02.13 AD at 10:52:45 MST -- SQL version: PostgreSQL 8.4.1 -- Database: key_tables -- -- ------------------------------------------ -- -- Table structure for table "public"."person" -- DROP TABLE IF EXISTS "public"."person"; CREATE TABLE "public"."person" ( "person_id" integer NOT NULL, "lastname" varchar(32) NOT NULL, "firstname" varchar(32) NOT NULL, "face" bytea DEFAULT NULL, PRIMARY KEY ("person_id") );