/** 鼠标样式 **/

数据库mysql约束

1.约束概念

image

2.外键约束

image

-- alter table class add constraint aaa foreign key(年龄) references te(id);
-- alter table class drop foreign key aaa;

posted @ 2024-03-26 20:34  aliex23k65  阅读(8)  评论(0)    收藏  举报