string('auth_node_tags',200)->nullable()->comment('绑定的权限'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('permissions', function (Blueprint $table) { $table->dropColumn('auth_node_tags'); }); } };