Many To Many Polymorphic Relations: Table Structure

Posts
    id - integer
    name - string

videos
    id - integer
    name - string

tags
    id - integer
    name - string

taggables
    tag_id - integer
    taggable_id - integer
    taggable_type - string

Many To Many Polymorphic Relations: Table Structure — Structure map

Clickable & Draggable!

Many To Many Polymorphic Relations: Table Structure — Related pages: