string('pushkey_name'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('push_deer_messages', function (Blueprint $table) { $table->dropColumn('pushkey_name'); }); } }