Sha256: 0ea04d6e236e414caac7952b0762c6e9434eba0f2872b01bdc81315068bb457e
Contents?: true
Size: 330 Bytes
Versions: 6
Compression:
Stored size: 330 Bytes
Contents
class CreateOtherCachedModels < ActiveRecord::Migration[5.2] def change create_table :other_cached_models do |t| t.column :name, :string t.column :type, :string t.column :cached_language_list, :string t.column :cached_status_list, :string t.column :cached_glass_list, :string end end end
Version data entries
6 entries across 6 versions & 1 rubygems