Home
YourSpace
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
(255)
password
string
(255)
soort
enum
aanhef
string
(255)
initialen
string
(31)
voornaam
string
(255)
achternaam
string
(255)
remember_token
string
(100)
register_token
string
(100)
timestamps
timestamps
addresses
id
increments
user_id
FK
integer
straat
string
(255)
huisnummer
integer
toevoeging
string
(31)
postcode
string
(6)
plaats
string
(255)
factuuradres
boolean
timestamps
timestamps
inventory
id
increments
user_id
FK
integer
type_id
FK
integer
locatable_type
string
(255)
locatable_id
increments
titel
string
(255)
omschrijving
text
verzekering
boolean
code
string
(31)
slotcode
tinyInteger
status
string
(255)
start_facturatie
datetime
timestamps
timestamps
softDeletes
softDeletes
types
id
increments
type
enum
titel
string
(255)
slug
string
(255)
prijs
decimal
lengte
decimal
breedte
decimal
hoogte
decimal
volgorde
smallInteger
locations
id
increments
naam
string
(255)
straat
string
(255)
huisnummer
tinyInteger
toevoeging
string
(31)
postcode
string
(6)
plaats
string
(255)
orders
id
increments
user_id
FK
integer
notitie
text
timestamps
timestamps
order_lines
id
increments
order_id
FK
integer
inventory_id
FK
integer
address_id
FK
integer
location_id
FK
integer
soort
enum
status
enum
prijs
decimal
datum
date
tijdblok
string
invoices
id
increments
user_id
FK
integer
factuurnummer
string
(31)
factuurdatum
date
notitie
text
betaald
boolean
timestamps
timestamps
invoice_lines
id
increments
invoice_id
FK
integer
specification_type
string
(255)
specification_id
integer
prijs
decimal
timestamps
timestamps
user_details
id
increments
user_id
FK
integer
postcode
string
(6)
telefoonnummer
string
(31)
email_confirmed
boolean
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01