|
id
|
int(11)
|
|
|
|
|
folio
|
varchar(20)
|
|
|
|
|
id_empresa
|
int(11)
|
|
|
|
|
id_convenio
|
int(11)
|
|
|
|
|
fecha_elaboracion
|
date
|
|
|
|
|
fecha_envio
|
date
|
|
|
|
|
fecha_vigencia
|
date
|
|
|
|
|
fecha_respuesta
|
date
|
|
|
|
|
subtotal
|
decimal(12,2)
|
|
|
0.00
|
|
iva
|
decimal(12,2)
|
|
|
0.00
|
|
total
|
decimal(12,2)
|
|
|
0.00
|
|
tipo_precio
|
enum
|
-- |
|
por_alumno
|
|
cantidad_alumnos
|
int(11)
|
|
|
0
|
|
observaciones
|
text
|
|
|
|
|
estatus
|
enum
|
-- |
|
borrador
|
|
motivo_rechazo
|
text
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
created_by
|
int(11)
|
|
|
|
|
updated_at
|
datetime
|
|
|
|
|
updated_by
|
int(11)
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|