|
id
|
int(11)
|
|
|
|
|
tenant_id
|
int(11)
|
|
|
|
|
location_id
|
int(11)
|
|
|
|
|
activity_id
|
int(11)
|
|
|
|
|
activity_date
|
date
|
|
|
|
|
notes
|
text
|
|
|
|
|
quantity
|
decimal(12,2)
|
|
|
|
|
unit
|
varchar(20)
|
|
|
|
|
status
|
enum
|
-- |
|
planned
|
|
performed_by
|
int(11)
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|