Home
lulu
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
vendors
id
increments
name
string
(245)
email
string
(245)
country_code
string
(50)
mobile
string
(125)
user_name
string
(245)
password
string
(245)
status
integer
timestamps
timestamps
softDeletes
softDeletes
gatekeeper
id
increments
name
string
(125)
user_name
string
(125)
password
string
(245)
gate_no
string
(50)
status
integer
timestamps
timestamps
softDeletes
softDeletes
plans
id
increments
name
string
(245)
code
string
(125)
cost
string
(125)
expiry_days
integer
max_count
integer
icon
string
(125)
color_code
string
(125)
status
integer
timestamps
timestamps
softDeletes
softDeletes
plan_vendors
id
increments
plan_id
FK
integer
vendor_id
FK
integer
title
string
(125)
description
text
type
integer
max_count
integer
voucher_file
string
(245)
timestamps
timestamps
plan_voucher_codes
id
increments
plan_vendor_id
FK
integer
codes
string
(125)
timestamps
timestamps
user_plan_requests
id
increments
user_id
integer
plan_id
FK
integer
date
date
timestamps
timestamps
user_plan
id
increments
user_id
integer
plan_id
FK
integer
is_active
integer
purchased_date
date
activated_date
datetime
expire_on
datetime
timestamps
timestamps
user_plan_log
id
increments
user_id
integer
plan_id
FK
integer
action
string
(125)
timestamps
timestamps
user_feature_availables
id
increments
timestamps
timestamps
user_id
integer
plan_id
FK
integer
vendor_id
FK
integer
plan_vendor_id
FK
integer
count_available
integer
count_balance
integer
expiring_on
datetime
user_feature_usage
id
increments
user_id
integer
plan_id
FK
integer
feature_id
FK
integer
date
datetime
status
integer
approved_on
datetime
approved_by
integer
rejected_on
datetime
rejected_by
integer
timestamps
timestamps
transfer_plan
id
increments
user_id
integer
transfer_user_id
integer
plan_id
FK
integer
status
integer
date
date
approved_by
integer
approved_on
datetime
rejected_by
integer
rejected_on
datetime
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01