MySQL 不能添加外键:Cannot add foreign key constraint错误

create table department     (dept_name        varchar(20),      building        varchar(15),      budget                numeric(12,2) check (budget > 0),      primary key (dept_name)     ); create tab
相关文章
相关标签/搜索