Sha256: ebf976ec67b883d24d4adec13163bdd29096d7395f628631753ff61c32324b10

Contents?: true

Size: 389 Bytes

Versions: 6

Compression:

Stored size: 389 Bytes

Contents

class CreateOtherCachedWithArrayModels < ActiveRecord::Migration[5.2]
  def change
    create_table :other_cached_with_array_models do |t|
      t.column :name, :string
      t.column :type, :string
      t.column :cached_language_list, :string, array: true
      t.column :cached_status_list, :string, array: true
      t.column :cached_glass_list, :string, array: true
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
make_taggable-0.7.1 spec/dummy/db/migrate/020201119221629_create_other_cached_with_array_models.rb
make_taggable-0.7.0 spec/dummy/db/migrate/020201119221629_create_other_cached_with_array_models.rb
make_taggable-0.6.6 spec/dummy/db/migrate/20201119221629_create_other_cached_with_array_models.rb
make_taggable-0.6.5 spec/dummy/db/migrate/20201119221629_create_other_cached_with_array_models.rb
make_taggable-0.6.4 spec/dummy/db/migrate/20201119221629_create_other_cached_with_array_models.rb
make_taggable-0.6.3 spec/dummy/db/migrate/20201119221629_create_other_cached_with_array_models.rb