[Catalyst] Postgres and 'create model DBIC::Schema'
Wes Cravens
wcravens at cortex-it.com
Mon Jan 25 20:59:44 GMT 2010
I've found that 'create model DBIC::Schema' is getting two things wrong:
timestamp default now() and serial sequences.
This means that I have to either delete the schema, recreate, and repair
every time or I have to alter the schema manually when things change.
Neither is optimal.
Is there something I can do to make sure that the schema is created
'correctly'?
Wes
More information about the Catalyst
mailing list