Home
Test
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
guarantees
id
increments
title
enum
timestamps
timestamps
softDeletes
softDeletes
first_name
string
last_name
string
email
string
phone
string
house_number
string
address_line_1
string
address_line_2
string
city
string
postcode
string
registration_number
string
registration_year
smallInteger
colour
string
interior
string
start_date
date
marketing_consent
boolean
model_id
FK
integer
product_id
FK
integer
user_id
FK
integer
models
id
increments
name
string
make_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
products
id
increments
lifeshine_number
string
product_types_id
FK
integer
active
boolean
timestamps
timestamps
softDeletes
softDeletes
product_types
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
email
string
password
string
firstname
string
lastname
string
branch_id
FK
integer
role_id
FK
integer
enabled
boolean
created_at
datetime
updated_at
datetime
deleted_at
datetime
branches
id
increments
name
string
kit
enum
phone
string
address
text
city
string
postcode
string
website
string
group_id
FK
integer
timestamps
timestamps
deleted_at
datetime
roles
id
increments
name
string
created_at
datetime
updated_at
datetime
deleted_at
datetime
groups
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
makes
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
×
Comments for Test
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01