Home
MT (shared db, separate schemas)
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
tenant01_users
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
tenant01_tasks
id
increments
user_id
FK
integer
subject
string
detail
string
timestamps
timestamps
softDeletes
softDeletes
tenant02_users
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
tenant02_tasks
id
increments
user_id
FK
integer
subject
string
detail
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01