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