[Catalyst] Re: Adding relationships to loaded CDBI models

Perrin Harkins perrin at elem.com
Mon Jun 20 05:54:46 CEST 2005


On Mon, 2005-06-20 at 01:06 +0200, Sebastian Riedel wrote:
> How do you explicitly define a might_have relationship in sql? :)

You could look for tables with a single column primary key that is a
reference to another table's primary key, but might_have is so rarely
useful that it probably isn't worth the trouble.

Thanks for adding the InnoDB support.  I'm going to try it out on my
database now.

- Perrin




More information about the Catalyst mailing list