/* 服务器运行之前删除以下外键,不同数据库可能外键名不一样,请根据实际数据库做相应调整 */ /* 删除ReturnGoodsItem引用DiposableGoodBatchStock的外键*/ alter table ReturnGoodsItem drop constraint FK8C4B5C192E925BFF /* 删除 GodownEntryItem 引用 DiposableGoods 的外键 */ alter table GodownEntryItem drop constraint FKE4F2641B38D8B375 /* 删除 DiposableGoodsInstance 引用 DiposableGoods 的外键 */ alter table DiposableGoodsInstance drop constraint FKDEA47B2238D8B375 /* 删除 RecyclingError 引用 DiposableGoods 的外键 */ alter table RecyclingError drop constraint FKDBDB11784100D2CA /* 删除 RecyclingDamageItem 引用 DiposableGoods 的外键 */ alter table RecyclingDamageItem drop constraint FK5E4811B24100D2CA