|
|
|
@@ -0,0 +1,21 @@ |
|
|
|
alter table wx_bill_rent |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|
|
|
|
alter table wx_bill_rent_deposit |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|
|
|
|
alter table wx_bill_property |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|
|
|
|
alter table wx_bill_property_deposit |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|
|
|
|
alter table wx_bill_daily |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|
|
|
|
alter table wx_bill_other |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|
|
|
|
alter table wx_bill_other_deposit |
|
|
|
add column `freeze` SMALLINT (1) NULL DEFAULT 0 COMMENT '0正常1冻结'; |
|
|
|
|