Home
ndm
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
settings
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
value
string
(1024)
users
id
increments
profile_id
integer
timestamps
timestamps
status
integer
email
string
(255)
password
string
last_active_at
datetime
searches
id
increments
user_id
integer
timestamps
timestamps
query
string
(2048)
favourites
id
increments
user_id
integer
listing_id
integer
timestamps
timestamps
vehicles
id
increments
user_id
integer
timestamps
timestamps
status
integer
start_at
datetime
finish_at
datetime
registration_mark
string
(20)
cap_derivative_id
integer
abuse_reports
id
increments
user_id
integer
vehicle_id
integer
timestamps
timestamps
type
string
message
string
(2048)
enquiries
id
increments
user_id
integer
enquiry_type_id
integer
timestamps
timestamps
price
decimal
(8,2)
message
string
(4096)
messages
id
increments
user_id
integer
timestamps
timestamps
content
string
(4096)
enquiry_types
id
increments
name
string
(255)
reviews
id
increments
timestamps
timestamps
name
string
(255)
content
string
(2048)
profiles
id
increments
timestamps
timestamps
display_name
string
(128)
title
string
(255)
forename
string
(255)
surname
string
(255)
dob
date
mobile
string
(255)
address_1
string
(255)
address_2
string
(255)
address_3
string
(255)
address_city
string
(255)
address_postcode
string
(255)
hpi_check
id
increments
timestamps
timestamps
vehicle_id
integer
vehicle_attribute_value
id
increments
timestamps
timestamps
attribute_value
id
increments
timestamps
timestamps
attribute
id
increments
timestamps
timestamps
×
Comments for ndm
paulndm . 18 May 2017
Notes:
- Payment / subscriptions will be dealt with by cashier
- CAP Data not shown here
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01