Home
Conversion Popup
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
roles
rid
increments
role_name
string
(25)
users
uid
increments
email_id
string
(25)
password
string
(50)
isActive
boolean
created_on
timestamp
last_updated
timestamp
first_name
string
(25)
last_name
string
(25)
phone_number
string
(10)
country_id
integer
state_id
integer
city
string
(20)
address
string
(200)
postal_code
string
(10)
organization
string
(50)
industry
string
(50)
affiliate_link
string
(150)
user_roles
id
increments
users_id
FK
integer
rid
FK
integer
plans
pid
increments
plan_name
string
(25)
monthly_price
integer
yearly_price
integer
heading
enum
created_on
timestamp
features
id
increments
Client_label
string
admin_label
string
(100)
plan_features
id
increments
subplan_id
FK
integer
feature_id
FK
integer
value
integer
user_plans
id
increments
uid
FK
integer
subplan_id
FK
integer
start_date
timestamp
expiry_date
timestamp
role_permissions
id
increments
rid
FK
integer
permission
string
(25)
support_requests
sid
increments
uid
FK
integer
username
string
(50)
created_on
timestamp
email
string
(50)
website
string
(50)
message
string
(150)
status
enum
comments
id
increments
sid
FK
integer
comments
string
(250)
uid
FK
integer
created_on
timestamp
knowledge_doc_headings
id
increments
text
string
(500)
show_hide
boolean
created_on
timestamp
last_updated
timestamp
knowledge_doc_subheadings
id
increments
hid
FK
integer
content
string
(500)
show_hide
boolean
name
string
(50)
created_on
timestamp
last_updated
timestamp
mail_providers
id
increments
uid
FK
integer
provider_name
string
(50)
image
string
(150)
isActive
boolean
account_credentials
string
(500)
created_on
timestamp
last_updated
timestamp
category
id
increments
name
string
(50)
isActive
boolean
template_category
id
increments
tid
FK
integer
cid
FK
integer
template_popup
id
increments
name
string
(50)
isActive
boolean
cover_image
string
(150)
created_on
timestamp
template_id
integer
html_attributes
string
(500)
uid
FK
integer
last_updated
timestamp
domains
id
increments
uid
FK
integer
name
string
(50)
stats
id
increments
uid
FK
integer
unique_code
bigInteger
visitors
bigInteger
conversions
bigInteger
cr_per
float
email_id
string
(100)
popup_rules
did
FK
integer
pid
FK
integer
mid
FK
integer
popupConf
string
(2000)
admin_blocked_popups
uid
FK
integer
pid
FK
integer
message
string
(300)
ab_tests
id
increments
name
string
(50)
status
enum
created_on
timestamp
last_updated
timestamp
ab_popup
abid
FK
integer
pid
FK
integer
visibility
string
(10)
sections
id
increments
sections
string
(50)
title
string
(100)
body
string
(500)
image
string
(100)
isActive
boolean
created_on
timestamp
last_updated
timestamp
banners
id
increments
image
string
(100)
text
string
(100)
link
string
(100)
isActive
boolean
banner_id
integer
plan_subplan
id
increments
subplan
integer
timestamp
timestamp
country
id
increments
name
string
(50)
states
id
increments
name
string
(50)
country_id
FK
integer
section_position
id
increments
section_id
integer
weight
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01