Home
sc_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
User
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_name
string
(50)
first_name
string
(50)
last_name
string
(50)
user_type
string
email
string
very-email
string
password
string
c_password
string
image_profile
string
phone
string
country
string
City
string
Address
string
About
string
work_at
string
study_at
string
age
integer
date_of_birth
string
Country
id
increments
timestamps
timestamps
name
longText
City
id
increments
timestamps
timestamps
Friend_User
id
increments
friend_id
string
user_id
string
accept
tinyInteger
timestamps
timestamps
Post
id
increments
timestamps
timestamps
user_id
string
group_id
string
title
string
description
longText
image_post
string
attach_post
string
count_comment
string
count_likes
string
count_view
string
type
string
date_event
string
Comments
id
increments
timestamps
timestamps
post_id
string
user_id
string
text
string
Club
id
increments
timestamps
timestamps
owner_id
string
members_id
string
name
string
desc
string
status
string
private
tinyInteger
conversation_id
string
extra_info
string
settings
string
club_user
id
increments
timestamps
timestamps
club_post
id
increments
timestamps
timestamps
club_request
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01