Sha256: fbc11431b3ed62e145052d56adb5f9d27ffb016222533d48689da3df86c52ac2
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
class AddBindingItemIdentifierToItem < ActiveRecord::Migration[5.0] 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.3.0.beta.4 | spec/dummy/db/migrate/20140720140916_add_binding_item_identifier_to_item.rb |