Home
Baisc Database
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
first_name
string
(255)
last_name
string
(255)
email
string
(255)
country_id
FK
integer
password
string
(255)
birthdate
date
email_verfied
boolean
phone_verfied
timestamp
middle_name
string
(255)
is_blocked
boolean
user_name
string
(255)
countries
id
increments
timestamps
timestamps
name
string
(255)
code
string
(255)
flag
string
(255)
available
boolean
states
id
increments
timestamps
timestamps
name
string
(255)
available
boolean
country_id
FK
integer
cities
id
increments
timestamps
timestamps
name
string
(255)
available
boolean
state_id
FK
integer
medias
id
increments
timestamps
timestamps
name
string
(255)
description
string
(255)
path
string
(255)
type
string
(255)
order
integer
size
integer
is_main
boolean
user_id
FK
integer
phones
id
increments
timestamps
timestamps
country_code
string
(255)
phone
string
(255)
extension
string
(255)
holder_name
string
(255)
type
string
(255)
user_id
FK
integer
roles
id
increments
timestamps
timestamps
name
string
(255)
permission_id
FK
integer
permissions
id
increments
timestamps
timestamps
name
string
(255)
sub_permissions
id
increments
timestamps
timestamps
name
string
(255)
permission_id
FK
integer
settings
id
increments
timestamps
timestamps
key
string
(255)
type
string
(255)
value
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01