7 lines
148 B
MySQL
7 lines
148 B
MySQL
|
|
alter table hrsa_tax_agent_admin add admin_type int;
|
||
|
|
/
|
||
|
|
|
||
|
|
update hrsa_tax_agent_admin set admin_type=0 where admin_type is null and delete_type=0;
|
||
|
|
/
|
||
|
|
|