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

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to