Sha256: f9353417fe8d64f5ff7274c8baf647cda22902cfd89ba3589553738e80de12da

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

class AddBindingItemIdentifierToItem < ActiveRecord::Migration[5.1]
  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

1 entries across 1 versions & 1 rubygems

Version Path
enju_seed-0.4.0.beta.1 spec/dummy/db/migrate/20140720140916_add_binding_item_identifier_to_item.rb