[html-formfu] Still missing some parts of the picture in
HTML::FormFu::Model::DBIC
Carl Franks
fireartist at gmail.com
Sun Mar 14 09:43:22 GMT 2010
2010/3/13 Alex Povolotsky <tarkhil at over.ru>:
> Hello!
>
> I'm still missing some essential parts of DBIx interaction.
>
> I have two simple tables
>
> CREATE TABLE country (id serial primary key, name varchar(128) not null);
> CREATE TABLE location (name varchar(128) primary key, country_id int not
> null references country(id));
Hi,
Can you post the DBIx::Class schema definitions - in particular, the
relationship definitions?
Cheers,
Carl
More information about the HTML-FormFu
mailing list