Home
EuroBasCar
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Vehicle
id
increments
title
string
user_id
FK
integer
brand_id
FK
integer
category_id
FK
integer
timestamps
timestamps
description
string
video_link
string
contact_number
string
email
string
state
string
User
id
increments
name
string
emai
string
phone
string
timestamps
timestamps
Categories
id
increments
name
string
timestamps
timestamps
Brand
id
increments
name
string
timestamps
timestamps
Feature
id
increments
name
string
timestamps
timestamps
vehiclefeature
id
increments
timestamps
timestamps
vehicle_id
FK
integer
feature_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01