in reply to Class::DBI and 'serial' columns in PostgreSQL
(An educated guess based on the example at Class::DBI::Pg)__PACKAGE__->columns(Primary => 'id'); # y, i know it implictly use +s the first column __PACKAGE__->sequence('declaration_id_seq');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::DBI and 'serial' columns in PostgreSQL
by zby (Vicar) on Aug 16, 2005 at 19:41 UTC |