|
id
|
int(10) unsigned
|
|
|
|
|
periodo_id
|
int(10) unsigned
|
|
|
|
|
tipo
|
enum
|
-- |
|
mensual
|
|
fecha_pago
|
date
|
|
|
|
|
isr
|
decimal(15,2)
|
|
|
0.00
|
|
iva
|
decimal(15,2)
|
|
|
0.00
|
|
retenciones
|
decimal(15,2)
|
|
|
0.00
|
|
otros
|
decimal(15,2)
|
|
|
0.00
|
|
total
|
decimal(15,2)
|
|
|
0.00
|
|
archivo_acuse
|
varchar(255)
|
|
|
|
|
notas
|
text
|
|
|
|
|
usuario_id
|
int(10) unsigned
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|