|
id
|
int(11)
|
|
|
|
|
template_id
|
int(11)
|
|
|
|
|
name
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
estimated_value
|
decimal(10,2)
|
|
|
|
|
frequency
|
enum
|
-- |
|
Mensual
|
|
responsible_user
|
varchar(150)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
objective
|
text
|
|
|
|
|
calculation_formula
|
varchar(255)
|
|
|
|
|
baseline
|
decimal(10,2)
|
|
|
0.00
|
|
threshold_green
|
decimal(10,2)
|
|
|
0.00
|
|
threshold_yellow
|
decimal(10,2)
|
|
|
0.00
|
|
threshold_direction
|
enum
|
-- |
|
ASC
|
|
category_id
|
int(11)
|
|
|
|
|
share_token
|
varchar(64)
|
|
|
|
|
objective_id
|
int(11)
|
|
|
Browse foreign values
|
|
unique_code
|
varchar(50)
|
|
|
|
|
unit_of_measurement
|
varchar(50)
|
|
|
|
|
data_source
|
varchar(255)
|
|
|
|
|
collection_method
|
varchar(255)
|
|
|
|
|
calculation_responsible
|
varchar(150)
|
|
|
|
|
organizational_level_id
|
int(11)
|
|
|
|
|
status
|
enum
|
-- |
|
Activo
|