Sha256: 8fac88abb22292e1d55efc88d5870880c34891d301e71954075553334b5944e5

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

class CreateFaeSeoSets < ActiveRecord::Migration[7.0]
  def change
    create_table :fae_seo_sets do |t|
      t.string :seo_title
      t.text :seo_description
      t.string :social_media_title
      t.text :social_media_description
      t.references :seo_setable, polymorphic: true, index: true

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-3.0.0 db/migrate/20221118161833_create_fae_seo_sets.rb