|
id
|
bigint(20) unsigned
|
|
|
|
|
company_id
|
bigint(20) unsigned
|
|
|
|
|
branch_id
|
bigint(20) unsigned
|
|
|
|
|
location_code
|
varchar(80)
|
|
|
|
|
name
|
varchar(150)
|
|
|
|
|
location_type
|
enum
|
-- |
|
|
|
user_id
|
bigint(20) unsigned
|
|
|
|
|
customer_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
pop_location_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
supplier_id
|
bigint(20) unsigned
|
|
|
|
|
repair_vendor_id
|
bigint(20) unsigned
|
|
|
|
|
is_stock_available_location
|
tinyint(1)
|
|
|
1
|
|
status
|
enum
|
-- |
|
active
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
deleted_at
|
timestamp
|
|
|
|