|
id
|
int(11)
|
|
|
|
|
tenant_id
|
int(11)
|
|
|
|
|
location_id
|
int(11)
|
|
|
|
|
activity_id
|
int(11)
|
|
|
|
|
schedule_date
|
date
|
|
|
|
|
schedule_time
|
time
|
|
|
|
|
is_recurring
|
tinyint(1)
|
|
|
0
|
|
recurring_type
|
enum
|
-- |
|
daily
|
|
reminder_enabled
|
tinyint(1)
|
|
|
1
|
|
reminder_before_hours
|
int(11)
|
|
|
24
|
|
status
|
enum
|
-- |
|
pending
|
|
notes
|
text
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|