| id |
bigint(20)
|
|
|
|
| company_id |
bigint(20)
|
|
|
|
| branch_id |
bigint(20)
|
|
|
|
| location_code |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| name |
varchar(150)
|
utf8mb4_unicode_ci
|
|
|
| location_type |
enum('head_office', 'branch_store', 'noc', 'field_engineer', 'customer', 'pop', 'supplier', 'repair_vendor', 'scrap')
|
utf8mb4_unicode_ci
|
|
|
| user_id |
bigint(20)
|
|
|
|
| customer_id |
bigint(20)
|
|
|
Browse foreign values
|
| pop_location_id |
bigint(20)
|
|
|
Browse foreign values
|
| supplier_id |
bigint(20)
|
|
|
|
| repair_vendor_id |
bigint(20)
|
|
|
|
| is_stock_available_location |
tinyint(1)
|
|
|
|
| status |
enum('active', 'inactive')
|
utf8mb4_unicode_ci
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|
| deleted_at |
timestamp
|
|
|
|