Home
freel
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(191)
email
string
(191)
password
string
(161)
status
tinyInteger
type
tinyInteger
timestamps
timestamps
profiles
id
increments
user_id
FK
integer
age
integer
address
text
skills
text
head_line
string
(255)
bio
text
experience
text
image
string
(191)
data
longText
timestamps
timestamps
works
id
increments
user_id
FK
integer
title
string
(255)
desc
text
image
string
(191)
url
string
(255)
tags
text
timestamps
timestamps
settings
id
increments
slug
string
(191)
name
string
(255)
value
mediumText
type
smallInteger
module
string
(191)
orderBy
smallInteger
timestamps
timestamps
posts
id
increments
user_id
FK
integer
cat_id
FK
integer
title
string
(255)
desc
text
type
tinyInteger
status
smallInteger
tags
mediumText
price
integer
visibility
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
post_exclusives
id
increments
post_id
FK
integer
user_id
FK
integer
timestamps
timestamps
offers
id
increments
user_id
FK
integer
body
text
price
integer
duration
integer
status
tinyInteger
timestamps
timestamps
orders
id
increments
offre_id
integer
post_id
FK
integer
user_id
FK
integer
status
smallInteger
timestamps
timestamps
categories
id
increments
name
string
(255)
parent_id
integer
timestamps
timestamps
specifications
id
increments
name
string
(255)
type
smallInteger
cat_id
FK
integer
timestamps
timestamps
specification_post
id
increments
post_id
FK
integer
specification_id
FK
integer
value
longText
timestamps
timestamps
specification_option
id
increments
timestamps
timestamps
specification_id
FK
integer
name
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01