table('customer') ->addColumn('house_status', 'string', ['comment' => '房屋状态', 'limit'=> 255,'default'=>'']) ->update(); } }