国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

導(dǎo)入數(shù)據(jù)庫(kù)文件報(bào)錯(cuò) #1215 - Cannot add foreign key constraint
Silvano
Silvano 2020-12-03 06:59:24
0
1
1642

SQL 查詢:

CREATE TABLE `blog_article` ( ?`id` int(4) NOT NULL AUTO_INCREMENT COMMENT '博文主鍵', ?`title` varchar(200) NOT NULL COMMENT '博文標(biāo)題', ?`order` int(4) NOT NULL DEFAULT '0' COMMENT '排序', ?`content` text NOT NULL COMMENT '內(nèi)容', ?`cat_id` int(4) NOT NULL COMMENT '所屬分類', ?`recommend` int(4) NOT NULL DEFAULT '1' COMMENT '是否推薦', ?`title_url` varchar(200) NOT NULL COMMENT '博文地址', ?`create_time` int(10) NOT NULL COMMENT '創(chuàng)建時(shí)間', ?`update_time` int(10) NOT NULL COMMENT '更新時(shí)間', ?PRIMARY KEY (`id`), ?KEY `cat_id` (`cat_id`), ?CONSTRAINT `blog_article_ibfk_1` FOREIGN KEY (`cat_id`) REFERENCES `blog_category` (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8MySQL 返回:?#1215 - Cannot add foreign key constraint

Silvano
Silvano

全部回復(fù)(1)
1900

image.png

報(bào)錯(cuò)百度一下就有, 應(yīng)該是數(shù)據(jù)類型或者約束不同的原因

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板