Brian
On Aug 5, 12:59 pm, Carlos Daniel Ruvalcaba Valenzuela
<clsdan...@gmail.com> wrote:
> There is an option to default to InnoDB tables on the configuration:
>
> http://docs.djangoproject.com/en/dev/ref/databases/#creating-your-tables
>
> Regards,
> Carlos Daniel Ruvalcaba Valenzuela
>
> On Thu, Aug 5, 2010 at 12:48 PM, bksfu <brian.j.kroe...@gmail.com> wrote:
> > When Django created the above tables, they were created with the
> > MyISAM engine. If the intermediate table has to have foreign keys
> > back to the Phone and Room tables, this would be illegal from MySQL's
> > perspective, which can apparently only form foreign key constraints
> > between InnoDB tables. If this is the reason that the intermediate
> > table wasn't created, how do I force Django to create tables in MySQL
> > with the InnoDB engine? - Brian
>
> > --
> > You received this message because you are subscribed to the Google Groups "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment