Sha256: 42f6f6b7d23faddb06fe6c032ebdb0ef128cf38f1080740d10959d9dd3fb63d4

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

class CreateTagAttachables < ActiveRecord::Migration[7.1]
  def change
    create_table :tag_attachables do |t|
      t.references :tag
      t.references :taggable, polymorphic: true
      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pixelforce_kit-0.9 db/migrate/20240828040646_create_tag_attachables.rb