{"id":7496,"date":"2023-11-28T19:32:29","date_gmt":"2023-11-28T11:32:29","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=7496"},"modified":"2023-11-28T19:32:43","modified_gmt":"2023-11-28T11:32:43","slug":"mysql-zhong-chuang-jian-suo-yin-de-san-zhong-fang","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/mysql-zhong-chuang-jian-suo-yin-de-san-zhong-fang\/","title":{"rendered":"MySQL\u4e2d\u521b\u5efa\u7d22\u5f15\u7684\u4e09\u79cd\u65b9\u5f0f\uff1f"},"content":{"rendered":"<p>\u5728\u6267\u884cCREATE TABLE\u65f6\u521b\u5efa\u7d22\u5f15<\/p>\n<pre><code class=\"language-plain_text\">CREATE TABLE 'employee' (\n'id' int(ll) NOT NULL,\n'name' varchar(255) DEFAULT NULL,\n'age' int(ll) DEFAULT NULL,\n'date' datetime DEFAULT NULL,\n'sex' int(l) DEFAULT NULL,\nPRIMARY KEY ('id'),\nKEY 'idx_name' ('name') USING BTREE\n)ENGINE=InnoDB  DEFAULT CHARSET = utf8\uff1b\n\u4f7f\u7528ALTER TABLE\u547d\u4ee4\u6dfb\u52a0\u7d22\u5f15\nALTER TABLE table_name ADD INDEX index_name (column)\uff1b\n\u4f7f\u7528CREATE INDEX\u547d\u4ee4\u521b\u5efa\nCREATE INDEX index_name ON table_name(column)\uff1b\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5728\u6267\u884cCREATE TABLE\u65f6\u521b\u5efa\u7d22\u5f15 CREATE TABLE &#8217;employee&#8217; ( &#8216;id&#8217; int [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[102],"tags":[],"class_list":["post-7496","post","type-post","status-publish","format-standard","hentry","category-db"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/7496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=7496"}],"version-history":[{"count":1,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/7496\/revisions"}],"predecessor-version":[{"id":7497,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/7496\/revisions\/7497"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=7496"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=7496"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=7496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}