jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

MyISAM does not support Foreign Keys #7

Closed apmuthu closed 3 years ago

apmuthu commented 3 years ago

We need a check to see if the Foreign Key constraints have been made in the table or merely stored in the session for generation purposes. MyISAM tables do not support Foreign Keys and hence the cascades would need to be in code.

jan-vandenberg commented 3 years ago

I think I understand what you mean. However I don't use MyISAM anymore (InnoDB is better) so I will probably not work on this. But feel free to work on it if you really need this.

apmuthu commented 3 years ago

Then atleast mark this fact in the readme.

jan-vandenberg commented 3 years ago

Good point! Will do.