On 6/9/06, John Siracusa <[EMAIL PROTECTED]> wrote:
>   __PACKAGE__->meta->setup
>   (
>     table   => 'parts',
>     columns =>
>     [
>       id   => { type => 'serial', not_null => 1, primary_key => 1 },
>       code => { type => 'varchar', length => 255 },
>     ],                   ^^^^^^^

Oops, that should be "twiddlechar", of course.

-John


_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to