Home
4fish
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
type
string
(128)
first_name
string
(128)
last_name
string
(128)
username
string
(128)
email
string
(128)
password
string
(128)
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
email_validated
enum
user_details
id
increments
user_id
integer
location_id
integer
date_of_birtih
datetime
phone
string
(128)
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
permissions
id
increments
module
string
(128)
status
enum
user_permissions
id
increments
user_id
integer
permision_id
integer
created_at
timestamp
images
id
increments
path
string
(128)
related_table
string
(128)
related_id
integer
type
string
(128)
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
offers
id
increments
user_id
integer
category_id
integer
title
string
(256)
description
text
price
string
(128)
status
enum
product_type
enum
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
slug
string
(256)
categories
id
increments
title
string
(128)
type
string
(128)
parent_id
integer
slug
string
(128)
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
messages
id
increments
type
string
(128)
user_id
integer
related_id
integer
text
text
target_user_id
integer
seen
timestamp
created_at
timestamp
updated_at
timestamp
deleted_at
timestamp
×
Comments for 4fish
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01