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