
id : int(11)
|

template_id : int(11)
|

name : varchar(255)
|

description : text
|

estimated_value : decimal(10,2)
|

frequency : enum('Diario','Semanal','Mensual','Trimestral','Anual')
|

responsible_user : varchar(150)
|

created_at : timestamp
|

objective : text
|

calculation_formula : varchar(255)
|

baseline : decimal(10,2)
|

threshold_green : decimal(10,2)
|

threshold_yellow : decimal(10,2)
|

threshold_direction : enum('ASC','DESC','RANGE')
|

category_id : int(11)
|

share_token : varchar(64)
|

objective_id : int(11)
|

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','Obsoleto','En Revisi├│n')
|