diff --git a/web/database/migrations/2019_03_14_011547_create_empresa_table.php b/web/database/migrations/2019_03_14_011547_create_empresa_table.php index 7446521..342dd5a 100644 --- a/web/database/migrations/2019_03_14_011547_create_empresa_table.php +++ b/web/database/migrations/2019_03_14_011547_create_empresa_table.php @@ -17,8 +17,6 @@ public function up(){ $table->unique(["idEmpresa"], 'idEmpresa_UNIQUE'); - $table->unique(["urlWeb"], 'urlWeb_UNIQUE'); - $table->unique(["nombre"], 'nombre_UNIQUE'); }); }