Home
sport_school
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
tenants
id
increments
tenant_id
uuid
name
string
domain
string
created_at
string
updated_at
string
timestamp
integer
users
id
increments
uuid
uuid
name
string
email
string
password
string
email_verified_at
string
rememberToken
string
created_at
string
updated_at
string
timestamp
timestamps
user_tenant
tenant_id
uuid
user_id
integer
role_id
string
uuid
uuid
failed_jobs
id
increments
connection
text
queue
text
payload
longText
exception
longText
failed_at
timestamp
migrations
id
increments
migration
string
(255)
batch
integer
model_has_permissions
permission_id
bigInteger
model_type
string
(255)
model_id
bigInteger
model_has_roles
model_id
bigInteger
role_id
bigInteger
model_type
string
(255)
oauth_access_tokens
id
string
(100)
user_id
bigInteger
client_id
integer
name
string
(255)
scopes
text
revoked
tinyInteger
created_at
datetime
updated_at
datetime
expires_at
datetime
oauth_auth_codes
id
string
(100)
user_id
bigInteger
client_id
integer
scopes
text
revoked
tinyInteger
expires_at
datetime
oauth_clients
id
integer
user_id
bigInteger
name
string
(255)
secret
string
(100)
redirect
text
personal_access_client
tinyInteger
password_client
tinyInteger
revoked
tinyInteger
created_at
timestamp
updated_at
timestamp
oauth_personal_access_clients
id
increments
client_id
integer
created_at
timestamp
updated_at
timestamp
oauth_refresh_tokens
id
increments
access_token_id
string
(100)
revoked
tinyInteger
expires_at
datetime
password_resets
email
string
(255)
token
string
(255)
created_at
timestamp
permissions
id
increments
timestamps
timestamps
name
string
(255)
guard_name
string
(255)
created_at
timestamp
updated_at
timestamp
role_has_permissions
permission_id
bigInteger
role_id
bigInteger
roles
id
increments
name
string
(255)
guard_name
string
(255)
created_at
timestamp
updated_at
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01