Sha256: 28bfbab128e9f3097dd55196c4cd2a532f05e93ab605925538d9540ba73ab9ee

Contents?: true

Size: 422 Bytes

Versions: 75

Compression:

Stored size: 422 Bytes

Contents

class CreateActionTextTables < ActiveRecord::Migration[6.0]
  def change
    create_table :action_text_rich_texts do |t|
      t.string     :name, null: false
      t.text       :body, size: :long
      t.references :record, null: false, polymorphic: true, index: false

      t.timestamps

      t.index [ :record_type, :record_id, :name ], name: "index_action_text_rich_texts_uniqueness", unique: true
    end
  end
end

Version data entries

75 entries across 75 versions & 7 rubygems

Version Path
actiontext-6.1.7.10 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.9 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.8 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.7 db/migrate/20180528164100_create_action_text_tables.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actiontext-6.1.6.1/db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.6 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.5 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.4 db/migrate/20180528164100_create_action_text_tables.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/actiontext-6.1.6.1/db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.3 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.2 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7.1 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.0.6.1 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.7 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.0.6 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.6.1 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.0.5.1 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.0.5 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.6 db/migrate/20180528164100_create_action_text_tables.rb
actiontext-6.1.5.1 db/migrate/20180528164100_create_action_text_tables.rb