This commit is contained in:
Harryxzy 2024-03-15 09:31:04 +08:00
parent 43c57cb10b
commit c3800881bc
8 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,3 @@
alter table hrsa_salary_send_info add first_reading_time date;
/

View File

@ -0,0 +1,3 @@
alter table hrsa_salary_send_info add first_reading_time date;
/

View File

@ -0,0 +1,3 @@
alter table hrsa_salary_send_info add first_reading_time date;
/

View File

@ -0,0 +1 @@
alter table hrsa_salary_send_info add first_reading_time datetime;

View File

@ -0,0 +1,2 @@
alter table hrsa_salary_send_info add first_reading_time date
/

View File

@ -0,0 +1 @@
alter table hrsa_salary_send_info add first_reading_time timestamp;

View File

@ -0,0 +1,2 @@
alter table hrsa_salary_send_info add first_reading_time datetime
GO

View File

@ -0,0 +1,3 @@
alter table hrsa_salary_send_info add first_reading_time date;
/