Home
akutopup
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
username
string
email
string
password
string
apikey
string
role
string
balance
float
avatar
text
timestamps
timestamps
roles
id
increments
name
string
price
float
timestamps
timestamps
ordered
integer
products
id
increments
category_id
FK
integer
title
string
subtitle
string
slug
string
code
string
is_active
boolean
is_featured
boolean
is_maintenance
boolean
logo_url
text
banner_url
text
helper_url
text
description
mediumText
long_description
longText
ordered
integer
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
title
string
slug
string
is_active
boolean
ordered
integer
timestamps
timestamps
softDeletes
softDeletes
user_inputs
id
increments
product_id
FK
integer
instruction_text
text
field_section_title
text
buy_section_titlle
text
item_section_title
text
payment_section_title
text
voucher_section_title
text
timestamps
timestamps
fields
id
increments
user_input_id
FK
integer
tag
enum
type
string
name
string
placehoder
string
datas
json
required
boolean
ordered
integer
timestamps
timestamps
items
id
increments
product_id
FK
integer
item_section_id
FK
integer
name
string
modal
float
price
float
icon_url
text
is_active
boolean
ordered
integer
softDeletes
softDeletes
timestamps
timestamps
item_sections
id
increments
product_id
FK
integer
title
string
ordered
integer
is_active
boolean
timestamps
timestamps
softDeletes
softDeletes
seo
id
increments
product_id
FK
integer
title
string
meta_description
mediumText
meta_keywords
longText
meta_thumbnail
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01