Home
camcar
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Address
id
increments
timestamps
timestamps
softDeletes
softDeletes
isUserType
boolean
isShopType
boolean
isShippingType
boolean
isBillingType
boolean
houseFlatNumber
string
(250)
houseName
string
(250)
streetName
string
(250)
city
string
(250)
countyState
string
(250)
postCode
string
(250)
country
string
(250)
userId
bigIncrements
storeId
bigIncrements
Roles
id
increments
timestamps
timestamps
softDeletes
softDeletes
description
enum
Status
id
increments
timestamps
timestamps
softDeletes
softDeletes
description
enum
Users
id
increments
timestamps
timestamps
softDeletes
softDeletes
fname
string
(250)
lname
string
(250)
preferedUsername
string
email
string
role_id
FK
integer
address_id
FK
integer
driving_licence
string
driving_licence_expired_date
string
password
string
AttachmentTypes
id
increments
timestamps
timestamps
softDeletes
softDeletes
description
enum
Attachments
id
increments
timestamps
timestamps
softDeletes
softDeletes
userId
FK
integer
storeId
integer
attachment_type
FK
integer
name
string
title
string
url
string
ImageSizes
id
increments
timestamps
timestamps
softDeletes
softDeletes
thumbnail
string
medium
string
large
string
xlarge
string
fullsize
string
isDefault
boolean
Cars
id
increments
timestamps
timestamps
softDeletes
softDeletes
plateNumber
string
seat
integer
allowSmoking
boolean
is_smoking_allowed
boolean
is_Pet_allowed
boolean
AirConditional
boolean
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01