Home
baker-app
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
name
string
(255)
image
string
(255)
parent_id
FK
integer
activated
enum
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
first_name
string
(255)
last_name
string
(255)
name
string
(255)
email
string
(255)
mobile
string
(255)
company_name
string
(255)
company_site
string
(255)
activated
enum
password
string
(255)
governorate_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
governorates
id
increments
name
string
(255)
timestamps
timestamps
softDeletes
softDeletes
Products
id
increments
category_id
FK
integer
name
string
(255)
price
float
(8,2)
quantity
string
notes
text
image
string
(255)
softDeletes
softDeletes
timestamps
timestamps
orders
id
increments
customer_id
FK
integer
end_date
date
conditions
json
timestamps
timestamps
softDeletes
softDeletes
order_products
id
increments
order_id
FK
integer
product_id
FK
integer
product_name
string
price
float
(8,2)
quantity
integer
timestamps
timestamps
softDeletes
softDeletes
settings
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
About
text
mobile
string
logo
string
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01