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