table('Employee')->addColumn('empcrm_disable', 'integer', ['limit'=> 1, 'default'=> 0, 'comment'=> '网销crm是否准入']) ->addColumn('community_disable', 'integer', ['limit'=> 1, 'default'=> 1, 'comment'=> '社群准入,默认不准入1']) ->update(); } }