5 lines
107 B
MySQL
5 lines
107 B
MySQL
|
|
alter table hrsa_sub_table add table_type int;
|
||
|
|
/
|
||
|
|
|
||
|
|
alter table hrsa_sub_table modify table_type default 0;
|
||
|
|
/
|