table('customer') ->addColumn(Column::tinyInteger('is_resource')->setAfter('crm_res_id')->setDefault(0)->setComment('是否属于资源库')) ->update(); } }