v.1.9 update
Clients download update
This commit is contained in:
@@ -15,9 +15,6 @@ class AddForeignKeyToClientsTable extends Migration {
|
||||
$table->string('user_code')->unique()->change();
|
||||
|
||||
});
|
||||
Schema::table('clients_phone', function (Blueprint $table) {
|
||||
$table->foreign('client_guid')->references('user_code')->on('clients');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user