migration duplicate fixed
This commit is contained in:
parent
5a31ee9764
commit
c021045250
|
|
@ -14,7 +14,7 @@
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('broker_applications', function (Blueprint $table) {
|
Schema::table('broker_applications', function (Blueprint $table) {
|
||||||
$table->foreignId('ticket_id')->nullable()->constrained();
|
//$table->foreignId('ticket_id')->nullable()->constrained();
|
||||||
$table->boolean('is_local')->nullable()->constrained();
|
$table->boolean('is_local')->nullable()->constrained();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue