Re: Create tables using Perl DBI - Mailing list pgsql-interfaces

From Alvar Freude
Subject Re: Create tables using Perl DBI
Date
Msg-id 3A19D210.1CDBB1EE@merz-akademie.de
Whole thread Raw
In response to Create tables using Perl DBI  ("David Coley" <davidcoley@home.com>)
List pgsql-interfaces
Hi,

> $sth = $dbh->prepare("create table customer (
>  ID serial PRIMARY KEY,
>  name text NOT NULL, 
>  email text NOT NULL,
>  phone text NOT NULL,
>  fax text DEFAULT, 
[...]

there is a default text required I guess!


bye Alvar



-- 
Alvar C.H. Freude  |  alvar.freude@merz-akademie.de
   Demo: http://www.online-demonstration.org/  |  Mach mit!
Blast-DE: http://www.assoziations-blaster.de/   |  Blast-Dich-Fit
Blast-EN: http://www.a-blast.org/               |  Blast/english


pgsql-interfaces by date:

Previous
From: "David Coley"
Date:
Subject: Create tables using Perl DBI
Next
From: Cedar Cox
Date:
Subject: Re: Password to install the odbc driver