标签:信息 log for reference constrain color 主键 person str
1 alter table Orders 2 add CONSTRAINT fk_PerOrders 3 FOREIGN KEY(id) 4 REFERENCES Persons(Id)
以上SQL中,Persons表中的Id字段必须为主键,才能更新Orders表的外键信息
标签:信息 log for reference constrain color 主键 person str
原文地址:http://www.cnblogs.com/POLzj/p/6004994.html