摘要: /* 数据表SQL脚本if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_UsersInRoles_Roles]') and OBJECTPROPERTY(id, N'IsForeignKey') = ... 阅读全文
posted @ 2016-07-01 17:56 深南大道 阅读(192) 评论(0) 推荐(0)