Sha256: cf459cc3d65a70eaa062a2622f8ef178072c14a0a6ed740223d319327cad7388
Contents?: true
Size: 146 Bytes
Versions: 1
Compression:
Stored size: 146 Bytes
Contents
class AddStateToShopperOrders < ActiveRecord::Migration[5.0] def change add_column :shopper_orders, :state, :integer, null: false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoppper-0.1.0 | db/migrate/20170224112113_add_state_to_shopper_orders.rb |