警备区服务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
226 B

alter table MeterInstall add PlateformType int default 0;
exec sp_addextendedproperty N'MS_Description', N'平台类型:0-OC平台,1:AEP平台', N'schema', N'dbo', N'table', N'MeterInstall', N'column', N'PlateformType';