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