|
id
|
int(11)
|
|
|
|
|
id_socio
|
int(11)
|
|
|
|
|
id_espacio
|
int(11)
|
|
|
|
|
titulo
|
varchar(300)
|
|
|
|
|
descripcion
|
text
|
|
|
|
|
fecha_evento
|
date
|
|
|
|
|
hora_inicio
|
time
|
|
|
|
|
hora_fin
|
time
|
|
|
|
|
estado
|
enum
|
-- |
|
cotizacion
|
|
monto_total
|
decimal(10,2)
|
|
|
0.00
|
|
monto_pagado
|
decimal(10,2)
|
|
|
0.00
|
|
concepto_cobro
|
varchar(200)
|
|
|
|
|
observaciones
|
text
|
|
|
|
|
notas_internas
|
text
|
|
|
|
|
id_usuario_registra
|
int(11)
|
|
|
|
|
metadatos
|
longtext
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|
|
fecha_registro
|
datetime
|
|
|
current_timestamp()
|
|
fecha_actualizacion
|
datetime
|
|
|
current_timestamp()
|