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