|
id
|
int(11)
|
|
|
|
|
car_id
|
int(11)
|
|
|
|
|
client_id
|
int(11)
|
|
|
|
|
mechanic_id
|
int(11)
|
|
|
|
|
quote_date
|
date
|
|
|
|
|
valid_until
|
date
|
|
|
|
|
total_purchase
|
decimal(10,2)
|
|
|
|
|
total_sale
|
decimal(10,2)
|
|
|
|
|
status
|
enum
|
-- |
|
Por Enviar
|
|
notes
|
text
|
|
|
|
|
show_iva_message
|
tinyint(1)
|
|
|
0
|
|
show_validity
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|
|
print_observations
|
tinyint(1)
|
|
|
0
|