made is local boolean
This commit is contained in:
parent
4e44af4bef
commit
5a31ee9764
|
|
@ -15,7 +15,7 @@ public function up()
|
|||
{
|
||||
Schema::table('broker_applications', function (Blueprint $table) {
|
||||
$table->foreignId('ticket_id')->nullable()->constrained();
|
||||
$table->foreignId('is_local')->nullable()->constrained();
|
||||
$table->boolean('is_local')->nullable()->constrained();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue