Sha256: 2baea7f94f5b356555f9f9e7e36bcfe017153151c4abffbf5d687b4ea9037a7f
Contents?: true
Size: 283 Bytes
Versions: 37
Compression:
Stored size: 283 Bytes
Contents
class AddMiscArraysToLp < ActiveRecord::Migration def change add_column :gemini_loan_programs, :test_int_array, :integer, array: true, null: true add_column :gemini_loan_programs, :test_string_array, :string, array: true, null: true end end
Version data entries
37 entries across 37 versions & 1 rubygems