mysql中提示字段不兼容导致的无法添加外键
Referencing column 'xx' and referenced column 'xx' in foreign key constraint 'xxx' are incompatible. ====> 外键约束“xxx”中的引用列“xx”和被引用列“xx”不兼容。 问题 在一次开发过程中
loster
数据库
2024-02-28