MySQL添加/删除外键

添加 alert table <外键表> add constraint `<外键关系名>` foreign key <外键> references <主键表>(<主键>) [on update cascade/set null/restrict/no action] [on delete cascade/set null/restrict/no action]web 删除 alter table
相关文章
相关标签/搜索