Files
lserp_cs_5.0/插件库/sql_20141209.txt
T
2026-07-10 15:25:05 +08:00

13 lines
357 B
Plaintext

alter table p_systembillinfo add calcExpr varchar(200)
go
alter table p_systemwordbooktab add addModuleId varchar(20)
go
alter table p_systemwordbooktab add calcExpr varchar(200),calcOrder int default 1
go
update p_systemwordbooktab set calcOrder=1
go
alter table p_systembilldetail add nullable bit default 0
go
update p_systembilldetail set nullable=0
go