commit
6ed863acd2
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class IdNumberFieldsForMissingEntities extends Migration
|
|||
Schema::table('vendors', function (Blueprint $table) {
|
||||
$table->text('vendor_hash')->nullable();
|
||||
$table->text('public_notes')->nullable();
|
||||
$table->unique(['company_id', 'number']);
|
||||
// $table->unique(['company_id', 'number']);
|
||||
});
|
||||
|
||||
Schema::table('vendor_contacts', function (Blueprint $table) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue