On Fri, Jul 25, 2014 at 11:31 PM, <[email protected]> wrote: > > +alter table custom_template_rendition add constraint ctr_templateid_fk > + foreign key ( templateid ) references weblog_custom_template( id ) > $!db.ADDL_FK_PARAMS ; >
This new alter table statement causes the following error on MySQL:
ERROR 1215 (HY000): Cannot add foreign key constraint
- Dave
