Home
greyhoope
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admin_users
id
increments
name
string
(255)
email
string
(255)
password
string
(255)
image
string
(255)
role_id
integer
is_active
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
product
id
increments
name
string
(255)
description
longText
timestamps
timestamps
softDeletes
softDeletes
plan_category
id
increments
product_id
tinyInteger
name
string
(255)
is_custom_plan
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
plan
id
increments
product_id
tinyInteger
plan_category_id
integer
name
string
(255)
amount
integer
description
longText
deposit
integer
tax
integer
is_active
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
roles
id
increments
name
string
(255)
description
string
(2000)
slug
string
(255)
is_active
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
role_permission
id
increments
role_id
tinyInteger
perm_id
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
permission
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
(255)
description
string
(2000)
slug
string
(255)
users
id
increments
name
string
(255)
email
string
(255)
cc
string
(10)
mobile
string
(255)
image
string
(255)
role_id
tinyInteger
notification_active
tinyInteger
is_active
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
otp
id
increments
user_id
integer
otp
string
(255)
timestamps
timestamps
softDeletes
softDeletes
plan_request
id
increments
user_id
integer
plan_id
integer
is_custom
tinyInteger
status
tinyInteger
lat
string
(255)
long
string
(255)
adress
string
(2000)
remark
string
(2000)
description
longText
is_active
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
subscription
id
increments
user_id
integer
plan_id
integer
from
string
(255)
to
string
(255)
is_active
tinyInteger
amount
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01