Files
online.tbbank.gov.tm-larave…/migrate.md
2025-03-16 01:34:49 +05:00

324 B

Status

pending register processing completed cancelled

Schema::getColumnListing('branches')

$a = collect(Schema::getColumns('branches'))->map(fn ($column) => [ 'name' => $column['name'], 'type' => ($column['nullable'] ? 'null|' : '') . dbTypeToPhp($column['type']), ])->pluck('type', 'name')