Home
brigadelicia
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
usuarios
id
increments
timestamps
timestamps
nome
string
(100)
nome_usuario
string
(50)
senha
text
email
string
(100)
produtos
id
increments
timestamps
timestamps
nome
string
(100)
descricao
string
(100)
observacao
string
(500)
ean_13
text
img_produto
text
criado_por
FK
integer
fornecedores
id
increments
timestamps
timestamps
razao
string
(100)
nm_fantasia
string
(100)
endereco
string
(200)
cidade
string
(100)
estado
text
cep
text
telefone_1
string
(15)
telefone_2
string
(15)
nm_contato
string
(25)
cnpj
string
(14)
observacao
string
(250)
img_fornecedor
text
criado_por
FK
integer
orcamentos
id
increments
timestamps
timestamps
preco
decimal
(8,2)
fk_produto
FK
integer
fk_fornecedor
FK
integer
fk_usuario
FK
integer
pedidos
id
increments
timestamps
timestamps
criado_por
FK
integer
status
tinyInteger
solicitacoes
id
increments
timestamps
timestamps
fk_orcamento
FK
integer
quantidade
integer
fk_pedido
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01