Home
perSell
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customers
id
bigIncrements
uuid
string
name
string
email
string
password
string
email_verified_at
timestamp
timestamps
timestamps
softDeletes
softDeletes
users
id
bigIncrements
uuid
string
name
string
email
string
pasword
string
timestamps
timestamps
softDeletes
softDeletes
pages
id
bigIncrements
uuid
string
name
string
content
longText
status
boolean
visit_counts
integer
template_id
FK
integer
customer_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
templates
id
bigIncrements
uuid
string
name
string
description
string
content
longText
status
boolean
timestamps
timestamps
softDeletes
softDeletes
domains
id
bigIncrements
uuid
string
domain
string
status
boolean
page_id
FK
bigInteger
customer_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
roles
id
bigIncrements
uuid
string
name
string
description
string
user_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
permissions
id
bigIncrements
name
string
module_id
FK
bigInteger
display_name
string
description
string
permission_role
permission_id
FK
bigInteger
role_id
FK
bigInteger
permission_user
permission_id
FK
bigInteger
user_id
FK
bigInteger
modules
id
bigIncrements
name
string
sort_order
integer
parent_id
bigIncrements
timestamps
timestamps
softDeletes
softDeletes
subscription_plans
id
bigIncrements
name
string
description
string
status
boolean
payment_histories
id
bigIncrements
uuid
string
status
boolean
payement_type
string
token
string
response
longText
customer_id
FK
bigInteger
subscription_plan_id
FK
bigInteger
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01