mysql 添加外键约束 ALTER TABLE `student` ADD CONSTRAINT `FK_geadeid` FOREIGN KEY(`gradeid`) REFERENCES `grade`(`gradeid`);