Home
parkspot
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
password
string
first_name
string
last_name
string
street
string
plz
string
city
string
phone
string
created_at
timestamp
updated_at
timestamp
activations
id
increments
user_id
FK
integer
code
string
completed
boolean
completed_at
timestamp
created_at
timestamp
updated_at
timestamp
reminders
id
increments
user_id
FK
integer
code
string
completed
boolean
created_at
timestamp
updated_at
timestamp
parkspots
id
increments
user_id
FK
integer
street
string
plz
string
city
string
type
string
available_on
string
active
boolean
created_at
timestamp
updated_at
timestamp
parkrequests
id
increments
user_id
FK
integer
parkspot_id
FK
integer
date
date
part
enum
accepted
boolean
created_at
timestamp
updated_at
timestamp
ratings
id
increments
user_id
FK
integer
by
FK
integer
rating
tinyInteger
comment
string
created_at
timestamp
updated_at
timestamp
×
Comments for parkspot
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01