Home
administrative-communications
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(191)
email
string
(191)
password
string
(60)
two_factor_secret
text
two_factor_recovery_codes
text
remember_token
string
(100)
created_at
timestamp
updated_at
timestamp
space_available
bigIncrements
language
string
(6)
country
string
(40)
timezone
string
(30)
avatar
string
(191)
stripe_id
string
(191)
available_space
bigIncrements
first_name
string
(191)
last_name
string
(191)
legacy_permissions
text
card_brand
string
(191)
card_last_four
string
(191)
email_verified_at
timestamp
card_expires
string
(10)
paypal_id
string
(20)
attachments
id
increments
transaction_id
string
name
string
(255)
description
text
attachment_name
string
(255)
mime
string
(255)
attachment_size
string
(255)
type
string
(255)
extension
string
(255)
attachment_src
string
(255)
is_main
boolean
timestamps
timestamps
softDeletes
softDeletes
transactions
id
increments
is_import
boolean
code
string
(255)
subject
text
type
string
(255)
is_secret
boolean
category_id
string
(255)
last_status_id
string
(255)
transaction_number
string
incoming_letter_number
integer
without_incoming_number
integer
user_id
string
timestamps
timestamps
categories
id
increments
name
string
(255)
timestamps
timestamps
departments
id
increments
name
string
(255)
status
boolean
timestamps
timestamps
user_department_transactions
id
increments
transaction_id
string
(255)
to_user_id
string
(255)
to_department_id
string
(255)
from_user_id
string
timestamps
timestamps
user_departments
id
increments
user_id
string
department_id
string
timestamps
timestamps
transactions_status
id
increments
transaction_id
string
user_id
string
status
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01