Home
Instacart clone
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
title_id
bigInteger
subtitle_id
bigInteger
picture_id
bigInteger
model
string
(64)
description_id
bigInteger
category_id
bigInteger
stores
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
name_id
bigInteger
avatar_id
bigInteger
cover_id
bigInteger
cities
id
bigIncrements
timestamps
timestamps
name_id
bigInteger
store_locations
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
city_id
bigInteger
address_description_id
bigInteger
min_order_quantity
integer
store_id
bigInteger
store_catalog
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
store_location_id
bigInteger
product_id
bigInteger
price
integer
is_avalible
enum
min_quantity
integer
change_avalible_at
datetime
orders
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
customer_id
bigInteger
status
enum
driver_id
bigInteger
processing_at
datetime
completed_at
datetime
address
text
city_id
bigInteger
shipping_price
integer
instructions
text
phone
string
(32)
order_catalog
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
order_id
bigInteger
store_catalog_id
bigInteger
price
integer
quantity
integer
note
text
driver_status
enum
customers
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
first_name
string
(255)
last_name
string
(255)
email
string
(512)
password
string
(512)
google_id
string
(512)
facebook_id
string
status
enum
language
enum
city_id
bigInteger
Users
id
bigIncrements
timestamps
timestamps
email
string
(512)
password
string
(512)
role
enum
files
id
bigIncrements
timestamps
timestamps
path
string
(128)
store_locations_opening
id
increments
timestamps
timestamps
softDeletes
softDeletes
opening_at
time
closing_at
time
weekday
enum
store_location_id
bigInteger
history
id
increments
timestamps
timestamps
language
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
text_en
text
text_ar
text
product_categories
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
name_id
bigInteger
store_categories
id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
name_id
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01