Help for this page

Select Code to Download


  1. or download this
     sqlt -f PostgreSQL -t Diagram bcdc-schema.sql
    
  2. or download this
    Error: translate: Error with parser 'SQL::Translator::Parser::PostgreS
    +QL': Couldn't create table 'state': Can't create table: "" exists at 
    +/usr/lib/perl5/site_perl/5.8.5/SQL/Translator/Parser/PostgreSQL.pm li
    +ne 934.
    
  3. or download this
    CREATE TABLE state (
        state_id serial NOT NULL,
    ...
        name character varying(40) DEFAULT ''::character varying NOT NULL
    );