Home
farahy
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admins
id
smallIncrements
first_name
string
(50)
last_name
string
(50)
password
string
(255)
email
string
(90)
phone
string
(15)
status
boolean
timestamps
timestampsTz
time_zone
string
(5)
sellers
id
smallIncrements
first_name
string
(50)
last_name
string
(50)
email
string
(90)
phone
string
(15)
password
string
(255)
status
tinyInteger
timestamps
timestampsTz
softDeletes
softDeletes
clients
id
smallIncrements
first_name
string
(50)
last_name
string
(50)
password
string
(255)
email
string
(90)
phone
string
(15)
status
boolean
timestamps
timestampsTz
time_zone
string
(5)
photographers
id
bigIncrements
seller_id
FK
bigInteger
name
string
(65)
lat
decimal
(6,9)
long
decimal
(6,9)
phone
string
(15)
open_at
timestampsTz
close_at
timestampsTz
timestamps
timestamps
softDeletes
softDeletes
countries
id
increments
name
string
(90)
cities
id
increments
country_id
FK
integer
name
string
(90)
×
Comments for farahy
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01