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