|
id
|
int(10) unsigned
|
|
|
|
|
numero_os
|
varchar(20)
|
|
|
|
|
loja_id
|
int(10) unsigned
|
|
|
|
|
cliente_id
|
int(10) unsigned
|
|
|
|
|
aparelho_id
|
int(10) unsigned
|
|
|
|
|
usuario_abertura_id
|
int(10) unsigned
|
|
|
|
|
relato_cliente
|
text
|
|
|
|
|
diagnostico
|
text
|
|
|
|
|
servico_autorizado
|
text
|
|
|
|
|
autorizado_cliente
|
tinyint(1)
|
|
|
0
|
|
valor_servico
|
decimal(10,2)
|
|
|
|
|
valor_orcamento
|
decimal(10,2)
|
|
|
|
|
valor_final
|
decimal(10,2)
|
|
|
|
|
status
|
enum
|
-- |
|
recebido
|
|
observacoes
|
text
|
|
|
|
|
criado_em
|
timestamp
|
|
|
current_timestamp()
|
|
atualizado_em
|
timestamp
|
|
|
current_timestamp()
|