|
id
|
bigint(20) unsigned
|
|
|
|
|
numero_consumo
|
varchar(20)
|
|
|
|
|
tipo_cliente
|
enum
|
-- |
|
|
|
profesor_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
empresa_id
|
int(10) unsigned
|
|
|
|
|
usuario_id
|
int(10) unsigned
|
|
|
|
|
subtotal
|
decimal(10,2)
|
|
|
0.00
|
|
descuento
|
decimal(10,2)
|
|
|
0.00
|
|
total
|
decimal(10,2)
|
|
|
0.00
|
|
observaciones
|
text
|
|
|
|
|
fecha_consumo
|
date
|
|
|
|
|
hora_consumo
|
time
|
|
|
|
|
anulado
|
tinyint(1)
|
|
|
0
|
|
motivo_anulacion
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|