string('ei')->default(null)->nullable()->unique(); $table->string('edo')->default(null)->nullable()->unique(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('invoices', function (Blueprint $table) { // }); } }