Sha256: 6f32bf29f31a0009091320bd3bcb835d05f2e3545bdbaa4b1debd114c650630c
Contents?: true
Size: 293 Bytes
Versions: 6
Compression:
Stored size: 293 Bytes
Contents
class AddBindingItemIdentifierToItem < ActiveRecord::Migration[5.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
6 entries across 6 versions & 6 rubygems