5 lines
142 B
MySQL
5 lines
142 B
MySQL
|
|
alter table hrsa_sub_table add table_type int
|
||
|
|
GO
|
||
|
|
|
||
|
|
alter table hrsa_sub_table add constraint df_table_type_7b1e7561 default 0 for table_type
|
||
|
|
GO
|