Home
easyWish
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
avater
string
(255)
email
string
(50)
password
string
(255)
phone
string
(50)
is_active
boolean
is_block
boolean
wallet_balance
decimal
last_activity_at
timestamps
is_delegate
boolean
delegate_id
string
(50)
softDeletes
softDeletes
timestamps
timestamps
verification_codes
id
increments
timestamps
timestamps
phone
string
(50)
country_code
string
(50)
code
string
(255)
verified
boolean
code_expire
string
(50)
deleted_at
timestamps
categories
id
increments
name
string
(255)
description
longText
image
string
(255)
timestamps
timestamps
services
id
increments
name
string
(50)
description
longText
image
string
(255)
timestamps
timestamps
Price_pieces
id
increments
category_id
FK
bigInteger
servic_id
FK
bigInteger
name
string
(255)
image
string
(255)
regular_price
decimal
timestamps
timestamps
urgent_price
decimal
smells
id
increments
name
string
(50)
description
longText
price
decimal
timestamps
timestamps
orders
id
increments
user_id
FK
integer
is_urgent
boolean
total_price
decimal
status
boolean
smell_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
order_categories
id
increments
order_id
FK
integer
category_id
FK
integer
timestamps
timestamps
order_items
id
increments
timestamps
timestamps
order_category_id
FK
integer
Pieces_id
FK
integer
service_id
FK
integer
quantity
string
price
decimal
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01