2 changed files with 15 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
alter table ic_house |
|||
add column RESI_NUMBER int(2) comment '居住人数' after OWNER_ID_CARD; |
|||
|
|||
alter table ic_house |
|||
add column ORG_ID_PATH varchar(256) comment '房屋所属父级列表。目前包括机关+网格' after CUSTOMER_ID; |
Loading…
Reference in new issue