I have table taggable, it's table for Many To Many Polymorphic Relations (Tag and post):
taggable_id - id of Post
tag_id - id of Tag
taggable type - location of post model (default value"App/Models/Posts/Post")
is_search_term - boolen (0 or 1)
How create a seeder which each time create same records for relations?