Home
delivery app
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
reviews
id
increments
order_id
integer
reviewer_id
integer
rate
integer
comment
text
reviewable_type
string
reviewable_id
integer
timestamps
timestamps
governorates
id
increments
name
string
timestamps
timestamps
cities
id
increments
name
string
governorate_id
integer
timestamps
timestamps
contacts
id
increments
name
string
email
string
contact
text
is_read
tinyInteger
contactable_type
string
contactable_id
integer
timestamps
timestamps
phone
string
orders
id
increments
delivery_id
integer
start_address_id
integer
end_address_id
integer
phone
string
pay_advance
tinyInteger
status
enum
price
float
offer_price
float
delivery_cost
float
total_price
float
schedule_date
datetime
is_published
tinyInteger
note
text
reason
text
orderable_type
string
orderable_id
integer
timestamps
timestamps
order_product
id
increments
order_id
integer
product_id
integer
price
float
total_price
float
quantity
integer
note
text
timestamps
timestamps
sellers
id
increments
promo_code
string
user_name
string
name
string
phone
string
email
string
f_b_page
string
status
enum
password
string
pin_code
string
pin_code_date_expired
datetime
timestamps
timestamps
deliveries
id
increments
city_id
integer
seller_id
integer
user_name
string
name
string
phone
string
email
string
status
enum
password
string
pin_code
string
pin_code_date_expired
datetime
max_commission
float
timestamps
timestamps
products
id
increments
seller_id
integer
name
string
price
float
description
text
is_active
tinyInteger
timestamps
timestamps
addresses
id
increments
city_id
integer
is_saved
tinyInteger
title
string
description
text
addressable_type
string
addressable_id
integer
timestamps
timestamps
delivery_order
id
increments
order_id
integer
delivery_id
integer
price
float
status
enum
timestamps
timestamps
delivery_seller
id
increments
seller_id
integer
delivery_id
integer
timestamps
timestamps
application_commissions
id
increments
order_id
string
type
enum
commission
float
after_commission
float
amount
float
before_commission
float
commissionable_type
string
commissionable_id
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01