标签:height width creat default inno 多对多 sig code mamicode
create table t1( id int signed not null auto_increment primary key, num decimal(10,5), name char(10) )engine=innodb default charset=utf8;
多对多
双向的FK()
做联合唯一(不允许它联合出现)
标签:height width creat default inno 多对多 sig code mamicode
原文地址:https://www.cnblogs.com/terrycode/p/12571858.html