CREATE TABLE `military_umc_organ` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`umc_organ_code` varchar(20) NOT NULL,
`mt_organ_code` varchar(10) NOT NULL,
`create_time` datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `organ_id` (`umc_organ_code`) USING BTREE,
KEY `organ_code` (`mt_organ_code`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3823 DEFAULT CHARSET=utf8mb4;
KEY `organ_id` (`umc_organ_code`) USING BTREE中, KEY `organ_id` (`umc_organ_code`) 是什么意思??USING BTREE是加索引前面代表什么??
uj5u.com熱心網友回復:
key 后表示key 的名稱,括號里的是列名,key howkeyuj5u.com熱心網友回復:
key 后表示key 的名稱,括號里的是列名,key howkey轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/61144.html
標籤:其他
上一篇:selenium爬取智聯失敗
