string("style",255)->nullable()->comment("公共标题样式"); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('notices', function (Blueprint $table) { $table->dropColumn(['style']); }); } }