wip
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
**completed**
|
||||
**cancelled**
|
||||
|
||||
Schema::getColumnListing('loan_paid_off_letter_orders')
|
||||
Schema::getColumnListing('card_pins')
|
||||
|
||||
$a = collect(Schema::getColumns('loan_paid_off_letter_orders'))->map(fn ($column) => [
|
||||
$a = collect(Schema::getColumns('card_pins'))->map(fn ($column) => [
|
||||
'name' => $column['name'],
|
||||
'type' => ($column['nullable'] ? 'null|' : '') . dbTypeToPhp($column['type']),
|
||||
])->pluck('type', 'name')
|
||||
|
||||
Reference in New Issue
Block a user