Home
store
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
timestamps
timestamps
name
string
parent_id
integer
is_active
boolean
products
id
increments
timestamps
timestamps
name
string
code
string
quantity
integer
purchase_price
decimal
sale_price
string
category_id
integer
notes
longText
is_active
boolean
orders
id
increments
timestamps
timestamps
client_id
integer
total_price
integer
clients
id
increments
timestamps
timestamps
name
string
phone
string
address
string
product_order
id
increments
timestamps
timestamps
product_id
integer
order_id
integer
quantity
decimal
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01