mysql 速学 模版

create table t1(
				id int signed not null auto_increment primary key,
				num decimal(10,5),
				name char(10)
			)engine=innodb default charset=utf8;

mysql 速学 模版

多对多

mysql 速学 模版

双向的FK()

mysql 速学 模版

做联合唯一(不允许它联合出现)

mysql 速学 模版

相关推荐