
id : bigint(20) unsigned
|

numero_factura : varchar(40)
|

origen_formulario : varchar(20)
|

vehiculo_id : int(10) unsigned
|

vehiculo_nombre : varchar(120)
|

precio_por_dia : decimal(10,2)
|

nombre_cliente : varchar(140)
|

email_cliente : varchar(160)
|

whatsapp_cliente : varchar(40)
|

tipo_documento : varchar(40)
|

numero_documento : varchar(80)
|

lugar_recogida : varchar(160)
|

lugar_entrega : varchar(160)
|

fecha_recogida : date
|

fecha_entrega : date
|

hora_recogida : time
|

hora_entrega : time
|

vuelo_referencia : varchar(80)
|

hospedaje : varchar(160)
|

cantidad_pasajeros : tinyint(3) unsigned
|

solicitudes_especiales : text
|

dias_renta : int(10) unsigned
|

con_silla_bebe : tinyint(1)
|

monto_silla : decimal(10,2)
|

con_shopping_walmart : tinyint(1)
|

notas_walmart : text
|

monto_walmart : decimal(10,2)
|

tipo_cobertura : varchar(10)
|

monto_cobertura : decimal(10,2)
|

subtotal : decimal(10,2)
|

descuento_aplicado : decimal(10,2)
|

impuestos : decimal(10,2)
|

total : decimal(10,2)
|

monto_deposito_10 : decimal(10,2)
|

moneda : char(3)
|

modalidad_pago : varchar(20)
|

estado : varchar(30)
|

estado_pago : varchar(30)
|

correo_enviado : tinyint(1)
|

correo_error : varchar(255)
|

whatsapp_url : text
|

created_at : timestamp
|

updated_at : timestamp
|