|
id
|
bigint(20) unsigned
|
|
|
|
|
company_id
|
bigint(20) unsigned
|
|
|
|
|
branch_code
|
varchar(50)
|
|
|
|
|
name
|
varchar(150)
|
|
|
|
|
address
|
text
|
|
|
|
|
city
|
varchar(100)
|
|
|
|
|
state
|
varchar(100)
|
|
|
|
|
phone
|
varchar(30)
|
|
|
|
|
email
|
varchar(150)
|
|
|
|
|
is_head_office
|
tinyint(1)
|
|
|
0
|
|
status
|
enum
|
-- |
|
active
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
deleted_at
|
timestamp
|
|
|
|
|
franchisee_id
|
bigint(20) unsigned
|
|
|
|