1
Myisam tables do not support FOREIGN KEY.
So you have to change the database type to Innodb?
This you can select at the time of creating the database, and before creating the tables.
1
4
Myisam tables do not support FOREIGN KEY.
So you have to change the database type to Innodb?
This you can select at the time of creating the database, and before creating the tables.
Browser other questions tagged mysql sql database wamp wampserver
You are not signed in. Login or sign up in order to post.
What type of foundation have you created? Myism or Innodb?
– Marcondes
I can’t answer you, I just opened wamp and created the database
– Jefferson Souza
There in the database properties you have to analyze it. See where the tables are displayed too, will display its properties.
– Marcondes
I posted the image of the bank screen, I think it’s Myisam
– Jefferson Souza