发现在添加再见时报错:Failed to add the foreign key constraint. Missing index for constraint
原因:作为被引用的外键,它必须是唯一值,因此得添加约束unique或者primary key.
发现在添加再见时报错:Failed to add the foreign key constraint. Missing index for constraint
原因:作为被引用的外键,它必须是唯一值,因此得添加约束unique或者primary key.