Heim > Fragen und Antworten > Hauptteil
SQL-Abfrage:
CREATE TABLE `blog_article` ( `id` int(4) NOT NULL AUTO_INCREMENT COMMENT 'Blog-Post-Primärschlüssel', `title` varchar(200) NOT NULL COMMENT 'Blog-Post-Titel', `order` int (4) NOT NULL DEFAULT '0' COMMENT 'sort', `content` text NOT NULL COMMENT 'content', `cat_id` int(4) NOT NULL COMMENT 'category', `recommend` int(4) NOT NULL DEFAULT ' 1' KOMMENTAR „Ob es empfohlen wird“, „title_url“ varchar(200) NICHT NULL KOMMENTAR „Adresse des Blogbeitrags“, „create_time“ int(10) NICHT NULL KOMMENTAR „Erstellungszeit“, „update_time“ int(10) NICHT NULL KOMMENTAR 'Aktualisierungszeit', PRIMÄRSCHLÜSSEL (`id`), SCHLÜSSEL `cat_id` (`cat_id`), BESCHRÄNKUNG `blog_article_ibfk_1` AUSLÄNDISCHER SCHLÜSSEL (`cat_id`) REFERENZEN `blog_category` (`id`)) ENGINE=InnoDB DEFAULT CHARSET =utf8MySQL Return: # 1215 – Fremdschlüsseleinschränkung kann nicht hinzugefügt werden