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