Home
doctor_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
(255)
password
string
(60)
remember_token
string
(100)
username
string
(40)
timestamps
timestamps
roles
id
increments
name
string
description
string
timestamps
timestamps
permissions
id
increments
slug
string
(40)
login_attempts
id
increments
user_id
FK
bigInteger
login_ip
string
(60)
timestamps
timestamps
profiles
id
increments
user_id
FK
bigInteger
first_name
string
(100)
last_name
string
(100)
mobile
string
(20)
address
string
search_history
id
increments
keyword
string
user_id
FK
bigInteger
timestamps
timestamps
dentistes
id
increments
user_id
FK
bigInteger
timestamps
timestamps
routing_id
string
status
boolean
patients
id
increments
user_id
FK
bigInteger
timestamps
timestamps
localisation
id
increments
timestamps
timestamps
request
id
increments
timestamps
timestamps
status
string
date
date
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01