mysql外键的设置

drop table if exists test1;
create table test1
(id int unsigned not null,
info varchar(20),ide

foreign key(id) references zy(id) on update cascade on delete cascade);it

相关文章
相关标签/搜索