|
id
|
int(11)
|
|
|
|
|
codigo_ot
|
varchar(20)
|
|
|
|
|
solicitud_id
|
int(11)
|
|
|
|
|
programador_id
|
int(11)
|
|
|
|
|
operario_id
|
int(11)
|
|
|
|
|
fecha_programada
|
date
|
|
|
|
|
hora_inicio
|
time
|
|
|
|
|
hora_fin_estimada
|
time
|
|
|
|
|
instrucciones
|
text
|
|
|
|
|
materiales
|
text
|
|
|
|
|
estado
|
enum
|
-- |
|
pendiente
|
|
porcentaje_avance
|
tinyint(3) unsigned
|
|
|
0
|
|
fecha_completada
|
datetime
|
|
|
|
|
observaciones_cierre
|
text
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|