Polymorphic Relations: Table Structure

Posts
    id - integer
    title - string
    body - text

videos
    id - integer
    title - string
    url - string

comments
    id - integer
    body - text
    commentable_id - integer
    commentable_type - string

Polymorphic Relations: Table Structure — Structure map

Clickable & Draggable!

Polymorphic Relations: Table Structure — Related pages: