Home
Deaver
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customers
id_customer
increments
timestamps
timestamps
name
string
(30)
address
string
(150)
phone
string
(15)
accounts
id_account
increments
timestamps
timestamps
last_connection
timestamp
id_customer
FK
integer
id_account_kind
FK
integer
id_user
FK
integer
account_kinds
id_account_kind
increments
label
string
(100)
code
string
(10)
licenses
id_license
increments
max_account
integer
max_concurrent_access
integer
id_customer
FK
integer
id_license_kind
FK
integer
id_validity_date
FK
integer
license_kinds
id_license_kind
increments
label
string
(100)
code
string
(10)
id_license_group
string
validity_dates
id_validity_date
increments
start_date
timestamp
end_date
timestamp
users
id
increments
timestamps
timestamps
name
string
email
string
email_verified_at
timestamp
password
string
remember_token
rememberToken
id_role
FK
integer
roles
id_role
increments
label
string
(100)
code
string
(10)
license_attributions
id_license
FK
integer
id_account
FK
integer
license_groups
id_license_group
increments
label
string
(100)
code
string
(10)
software_sessions
id
increments
last_refresh
timestamp
source
string
guid
string
(100)
id_account
FK
integer
id_license
FK
integer
×
Comments for Deaver
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01