MySQL “Error 1005” when adding tables

前端 未结 2 1371
予麋鹿
予麋鹿 2020-12-19 22:10

I\'ve recently been working with a MySQL database, and using MySQL workbench to design the Database.

When I use the export to SQL function, so I can actually get the

2条回答
  •  梦毁少年i
    2020-12-19 22:54

    I ran into this situation recently when I attempted (in InnoDB tables) to make a foreign key reference to a column that had a different data type.

    MySQL 5.1 Documentation

提交回复
热议问题