Sha256: d1c7d8ca384a1ce7637d24abc33836913082f334e7adf0ddfc1be861d6ef50bd
Contents?: true
Size: 293 Bytes
Versions: 169
Compression:
Stored size: 293 Bytes
Contents
class AddBindingItemIdentifierToItem < ActiveRecord::Migration[4.2] def change add_column :items, :binding_item_identifier, :string add_column :items, :binding_call_number, :string add_column :items, :binded_at, :datetime add_index :items, :binding_item_identifier end end
Version data entries
169 entries across 169 versions & 21 rubygems