sql
This commit is contained in:
parent
43c57cb10b
commit
c3800881bc
|
|
@ -0,0 +1,3 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time date;
|
||||
/
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time date;
|
||||
/
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time date;
|
||||
/
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time datetime;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time date
|
||||
/
|
||||
|
|
@ -0,0 +1 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time timestamp;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time datetime
|
||||
GO
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
alter table hrsa_salary_send_info add first_reading_time date;
|
||||
/
|
||||
|
||||
Loading…
Reference in New Issue