Home
invoice app
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
last_login
timestamp
first_name
string
last_name
string
email_address
string
timestamps
timestamps
phone
string
permissions
text
softDeletes
softDeletes
organisations
id
increments
name
string
contactperson
string
permissions
text
timestamps
timestamps
softDeletes
softDeletes
user_organisations
organisation_id
integer
user_id
integer
roles
id
increments
slug
string
name
string
permissions
text
comment
text
timestamps
timestamps
softDeletes
softDeletes
user_roles
user_id
integer
role_id
integer
invoices
id
increments
title
string
amount
float
owner_id
integer
organisation_id
integer
short_url
string
sent_at
timestamp
status
enum
stage
enum
timestamps
timestamps
softDeletes
softDeletes
activations
id
increments
user_id
integer
code
string
completed_at
timestamp
timestamps
timestamps
throttle
id
increments
timestamps
timestamps
invoice_sent
id
increments
email_address
string
bcc_address
string
invoice_id
integer
cc_address
string
timestamps
timestamps
invoice_notes
invoice_id
integer
note
text
timestamps
timestamps
softDeletes
softDeletes
reminders
id
increments
user_id
integer
code
string
completed
tinyInteger
completed_at
timestamp
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01