Home
Stefa
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
Users
id
increments
name
string
email
string
password
string
remember_token
string
timestamps
timestamps
softDeletes
softDeletes
Roles
id
increments
name
string
softDeletes
softDeletes
Permissions
id
increments
name
string
description
string
softDeletes
softDeletes
Role_Permission
id
increments
role_id
FK
bigInteger
permission_id
FK
bigInteger
softDeletes
softDeletes
Cities
id
increments
name
string
country_id
FK
bigInteger
softDeletes
softDeletes
Countries
id
increments
name
string
softDeletes
softDeletes
Zones
id
increments
name
string
city_id
FK
bigInteger
softDeletes
softDeletes
Currencies
id
increments
name
string
code
string
softDeletes
softDeletes
Exchange_Rates
id
increments
rate
string
from_currency_id
FK
bigInteger
to_currency_id
FK
bigInteger
softDeletes
softDeletes
Subscriptions
id
increments
name
string
description
string
price
string
currency_id
FK
bigInteger
softDeletes
softDeletes
expires_at
string
Tenants
id
increments
name
string
subscription_id
FK
bigInteger
owner_id
FK
bigInteger
softDeletes
softDeletes
Sessions
id
increments
user_id
FK
bigInteger
token
string
expires_at
string
softDeletes
softDeletes
Count_translation
id
increments
timestamps
timestamps
softDeletes
softDeletes
country_id
FK
bigInteger
lang
string
value
string
Admin
id
increments
name
string
email
string
password
string
remember_token
string
timestamps
timestamps
softDeletes
softDeletes
role_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01