'退货管理-编辑备注','alias_name'=>'退货管理-编辑备注']))->save(); } /** * Reverse the migrations. * * @return void */ public function down() { Authority::where('name','退货管理-编辑备注')->delete(); } }