Home
mybum
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
USERS
id
increments
name
string
(100)
surname
string
(100)
email
string
(60)
phone_number
string
(15)
roleID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
ROLES
id
increments
role_title
string
(60)
timestamps
timestamps
softDeletes
softDeletes
RIGHTS
id
increments
timestamps
timestamps
softDeletes
softDeletes
right_label
string
(100)
ROLES_RIGHTS
id
increments
roleID
FK
integer
rightID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
FRAMES
id
increments
frame_title
string
(60)
frame_description
string
(255)
userID
FK
integer
planID
FK
integer
status
enum
timestamps
timestamps
softDeletes
softDeletes
COMMENTS
id
increments
comment_description
string
frameID
FK
integer
contactID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
CONTACTS
id
increments
contact_name
string
(100)
timestamps
timestamps
softDeletes
softDeletes
USERS_CONTACTS
id
increments
userID
FK
integer
CONTACTID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
TAGS
id
increments
contactID
FK
integer
frameID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
PLANS
id
increments
plan_title
enum
storage_capacity
enum
userID
integer
planTypeId
FK
integer
timestamps
timestamps
softDeletes
softDeletes
FRAME_CONTENTS
id
increments
content_type
enum
frameID
FK
integer
path
string
(255)
timestamps
timestamps
softDeletes
softDeletes
FRAME_CONTENTS_COMMENTS
id
increments
content_comment
string
(255)
frameContentID
FK
integer
contactID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
FRAME_CONTENTS_TAGS
id
increments
frameContentID
FK
integer
contactID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
BIN
id
increments
frameID
FK
integer
timestamps
timestamps
softDeletes
softDeletes
ARCHIVES
id
increments
timestamps
timestamps
softDeletes
softDeletes
frameID
FK
integer
PLAN_TYPE
id
increments
plan_type_label
string
duration_time
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01