8 lines
197 B
Transact-SQL
8 lines
197 B
Transact-SQL
alter table p_systembillsource add CodeInputSQL varchar(2000)
|
|
go
|
|
|
|
alter table p_systembillsource add CodeInputCaption varchar(30)
|
|
go
|
|
|
|
alter table p_systembillsource add CodeInputHint varchar(30)
|
|
go |