|
id
|
int(10) unsigned
|
|
|
|
|
owner_id
|
int(11) unsigned
|
|
|
|
|
status
|
enum
|
-- |
|
approved
|
|
user_id
|
int(10) unsigned
|
|
|
|
|
name
|
varchar(150)
|
|
|
|
|
slug
|
varchar(160)
|
|
|
|
|
location
|
varchar(200)
|
|
|
|
|
description
|
text
|
|
|
|
|
facilities
|
text
|
|
|
|
|
price
|
decimal(12,2)
|
|
|
0.00
|
|
max_guests
|
tinyint(3) unsigned
|
|
|
1
|
|
commission_rate
|
decimal(5,2)
|
|
|
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|