2009 MINI Cooper Clubman

Owned by Eve Maidenberg from 2009 to Present

3 Checks 0 Comments

 
 
(default) 15 queries took 73 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = 'public';0134
2SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'vehicles' AND table_schema = 'public' ORDER BY position01910
3SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'makes' AND table_schema = 'public' ORDER BY position056
4SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'countries' AND table_schema = 'public' ORDER BY position035
5SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'cars' AND table_schema = 'public' ORDER BY position066
6SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'car_years' AND table_schema = 'public' ORDER BY position045
7SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'users' AND table_schema = 'public' ORDER BY position0246
8SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'vehicle_images' AND table_schema = 'public' ORDER BY position0106
9SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'comments' AND table_schema = 'public' ORDER BY position055
10SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'flags' AND table_schema = 'public' ORDER BY position0106
11SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'checks' AND table_schema = 'public' ORDER BY position045
12SELECT "User"."username" AS "User__username", "User"."first_name" AS "User__first_name", "User"."last_name" AS "User__last_name", "User"."image" AS "User__image", "Comment"."comment_text" AS "Comment__comment_text", "Comment"."id" AS "Comment__id", "Comment"."user_id" AS "Comment__user_id", "Comment"."date_added" AS "Comment__date_added" FROM "comments" AS "Comment" LEFT JOIN "users" AS "User" ON ("Comment"."user_id" = "User"."id") LEFT JOIN "vehicles" AS "Vehicle" ON ("Comment"."vehicle_id" = "Vehicle"."id") WHERE "vehicle_id" = '46' ORDER BY "Comment"."id" DESC 002
13SELECT "Check"."id" AS "Check__id", "Check"."user_id" AS "Check__user_id", "Check"."vehicle_id" AS "Check__vehicle_id", "Check"."created" AS "Check__created", "User"."id" AS "User__id", "User"."first_name" AS "User__first_name", "User"."last_name" AS "User__last_name", "User"."username" AS "User__username", "User"."password" AS "User__password", "User"."email" AS "User__email", "User"."zip_code" AS "User__zip_code", "User"."description" AS "User__description", "User"."total_mileage" AS "User__total_mileage", "User"."next_car" AS "User__next_car", "User"."status" AS "User__status", "User"."vehicle_count" AS "User__vehicle_count", "User"."created" AS "User__created", "User"."location" AS "User__location", "User"."facebook_id" AS "User__facebook_id", "User"."image" AS "User__image", "User"."admin" AS "User__admin", "User"."dream_car_1" AS "User__dream_car_1", "User"."dream_car_2" AS "User__dream_car_2", "User"."dream_car_3" AS "User__dream_car_3", "User"."dream_car_4" AS "User__dream_car_4", "User"."dream_car_5" AS "User__dream_car_5", "User"."free_report" AS "User__free_report", "User"."last_login" AS "User__last_login", "Vehicle"."id" AS "Vehicle__id", "Vehicle"."make_id" AS "Vehicle__make_id", "Vehicle"."car_id" AS "Vehicle__car_id", "Vehicle"."user_id" AS "Vehicle__user_id", "Vehicle"."year" AS "Vehicle__year", "Vehicle"."date_purchased" AS "Vehicle__date_purchased", "Vehicle"."date_sold" AS "Vehicle__date_sold", "Vehicle"."your_age" AS "Vehicle__your_age", "Vehicle"."description" AS "Vehicle__description", "Vehicle"."nickname" AS "Vehicle__nickname", "Vehicle"."roadtrips" AS "Vehicle__roadtrips", "Vehicle"."mileage" AS "Vehicle__mileage", "Vehicle"."color" AS "Vehicle__color", "Vehicle"."vin" AS "Vehicle__vin", "Vehicle"."created" AS "Vehicle__created", "Vehicle"."active" AS "Vehicle__active", "Vehicle"."comment_count" AS "Vehicle__comment_count", "Vehicle"."check_count" AS "Vehicle__check_count", "Vehicle"."body_type" AS "Vehicle__body_type" FROM "checks" AS "Check" LEFT JOIN "users" AS "User" ON ("Check"."user_id" = "User"."id") LEFT JOIN "vehicles" AS "Vehicle" ON ("Check"."vehicle_id" = "Vehicle"."id") WHERE "Check"."vehicle_id" = '46' AND "Check"."user_id" IS NULL LIMIT 1002
14SELECT "Vehicle"."id" AS "Vehicle__id", "Vehicle"."make_id" AS "Vehicle__make_id", "Vehicle"."car_id" AS "Vehicle__car_id", "Vehicle"."user_id" AS "Vehicle__user_id", "Vehicle"."year" AS "Vehicle__year", "Vehicle"."date_purchased" AS "Vehicle__date_purchased", "Vehicle"."date_sold" AS "Vehicle__date_sold", "Vehicle"."your_age" AS "Vehicle__your_age", "Vehicle"."description" AS "Vehicle__description", "Vehicle"."nickname" AS "Vehicle__nickname", "Vehicle"."roadtrips" AS "Vehicle__roadtrips", "Vehicle"."mileage" AS "Vehicle__mileage", "Vehicle"."color" AS "Vehicle__color", "Vehicle"."vin" AS "Vehicle__vin", "Vehicle"."created" AS "Vehicle__created", "Vehicle"."active" AS "Vehicle__active", "Vehicle"."comment_count" AS "Vehicle__comment_count", "Vehicle"."check_count" AS "Vehicle__check_count", "Vehicle"."body_type" AS "Vehicle__body_type", "Make"."id" AS "Make__id", "Make"."name" AS "Make__name", "Make"."created" AS "Make__created", "Make"."country_id" AS "Make__country_id", "Make"."vehicle_count" AS "Make__vehicle_count", "Car"."id" AS "Car__id", "Car"."make_id" AS "Car__make_id", "Car"."name" AS "Car__name", "Car"."vehicle_count" AS "Car__vehicle_count", "Car"."created" AS "Car__created", "Car"."status" AS "Car__status", "User"."id" AS "User__id", "User"."first_name" AS "User__first_name", "User"."last_name" AS "User__last_name", "User"."username" AS "User__username", "User"."password" AS "User__password", "User"."email" AS "User__email", "User"."zip_code" AS "User__zip_code", "User"."description" AS "User__description", "User"."total_mileage" AS "User__total_mileage", "User"."next_car" AS "User__next_car", "User"."status" AS "User__status", "User"."vehicle_count" AS "User__vehicle_count", "User"."created" AS "User__created", "User"."location" AS "User__location", "User"."facebook_id" AS "User__facebook_id", "User"."image" AS "User__image", "User"."admin" AS "User__admin", "User"."dream_car_1" AS "User__dream_car_1", "User"."dream_car_2" AS "User__dream_car_2", "User"."dream_car_3" AS "User__dream_car_3", "User"."dream_car_4" AS "User__dream_car_4", "User"."dream_car_5" AS "User__dream_car_5", "User"."free_report" AS "User__free_report", "User"."last_login" AS "User__last_login", "Country"."id" AS "Country__id", "Country"."name" AS "Country__name", "Country"."countrycode" AS "Country__countrycode" FROM "vehicles" AS "Vehicle" LEFT JOIN "makes" AS "Make" ON ("Vehicle"."make_id" = "Make"."id") LEFT JOIN "cars" AS "Car" ON ("Vehicle"."car_id" = "Car"."id") LEFT JOIN "users" AS "User" ON ("Vehicle"."user_id" = "User"."id") LEFT JOIN "countries" AS "Country" ON ("Make"."country_id" = "Country"."id") WHERE "Vehicle"."id" = '46' AND "User"."username" = 'eviedesign' LIMIT 1013
15SELECT "VehicleImage"."id" AS "VehicleImage__id", "VehicleImage"."vehicle_id" AS "VehicleImage__vehicle_id", "VehicleImage"."url" AS "VehicleImage__url", "VehicleImage"."description" AS "VehicleImage__description", "VehicleImage"."ordinal" AS "VehicleImage__ordinal", "VehicleImage"."active" AS "VehicleImage__active", "VehicleImage"."created" AS "VehicleImage__created", "VehicleImage"."width" AS "VehicleImage__width", "VehicleImage"."height" AS "VehicleImage__height", "VehicleImage"."user_id" AS "VehicleImage__user_id" FROM "vehicle_images" AS "VehicleImage" WHERE active = 1 AND "VehicleImage"."vehicle_id" = ('46') 002