Home
montana
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
timestamps
timestamps
name
string
image
string
products
id
increments
timestamps
timestamps
name
string
image
string
price
decimal
(8,2)
price_of_sale
string
(8,2)
quantity
integer
description
longText
category_id
FK
integer
orders
id
increments
timestamps
timestamps
client_id
FK
integer
notes
string
total_price
decimal
(8,2)
delivery_price
decimal
(8,2)
subtotal
integer
status
enum
address
string
payment
enum
clients
id
increments
timestamps
timestamps
name
string
email
string
password
string
phone
string
order_products
id
increments
timestamps
timestamps
product_id
FK
integer
order_id
FK
integer
price
decimal
(8,2)
quantity
integer
contacts
id
increments
timestamps
timestamps
name
string
email
string
phone
string
message
longText
settings
id
increments
timestamps
timestamps
key
string
value
longText
type
enum
×
Comments for montana
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01