账套快照-隐藏字段脚本
This commit is contained in:
parent
5c90909c0e
commit
def5bae707
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE hrsa_salary_sob_item ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
ALTER TABLE hrsa_salary_sob_item_group ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE hrsa_salary_sob_item ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
ALTER TABLE hrsa_salary_sob_item_group ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE hrsa_salary_sob_item ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
ALTER TABLE hrsa_salary_sob_item_group ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
alter table hrsa_salary_sob_item add item_hide bigint;
|
||||
|
||||
alter table hrsa_salary_sob_item_group add item_hide bigint;
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE hrsa_salary_sob_item ADD item_hide NUMBER(20,0)
|
||||
/
|
||||
|
||||
ALTER TABLE hrsa_salary_sob_item_group ADD item_hide NUMBER(20,0)
|
||||
/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE hrsa_salary_sob_item ADD COLUMN item_hide bigint;
|
||||
|
||||
ALTER TABLE hrsa_salary_sob_item_group ADD COLUMN item_hide bigint;
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
alter table hrsa_salary_sob_item add item_hide bigint
|
||||
GO
|
||||
|
||||
alter table hrsa_salary_sob_item_group add item_hide bigint
|
||||
GO
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE hrsa_salary_sob_item ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
ALTER TABLE hrsa_salary_sob_item_group ADD item_hide NUMBER(20,0);
|
||||
/
|
||||
|
||||
Loading…
Reference in New Issue