|
id
|
int(11)
|
|
|
|
|
id_socio
|
int(11)
|
|
|
|
|
id_servicio
|
int(11)
|
|
|
|
|
fecha_inscripcion
|
datetime
|
|
|
current_timestamp()
|
|
fecha_programada
|
date
|
|
|
|
|
hora_programada
|
time
|
|
|
|
|
estado
|
enum
|
-- |
|
pendiente_pago
|
|
monto_cobrado
|
decimal(10,2)
|
|
|
|
|
monto_pagado
|
decimal(10,2)
|
|
|
0.00
|
|
id_transaccion
|
int(11)
|
|
|
|
|
resultado
|
text
|
|
|
|
|
observaciones
|
text
|
|
|
|
|
id_usuario_registra
|
int(11)
|
|
|
|
|
metadatos
|
longtext
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|