摘要: Create table LogInfo ( Id uniqueidentifier unique, content text null, Inputdate datetime not null, ) alter table LogInfo add constraint constraint_Id 阅读全文
posted @ 2019-01-11 10:56 码到世界末日 阅读(107) 评论(0) 推荐(0)