socialforge/db/migrate/20131112015232_add_password...

6 lines
114 B
Ruby
Raw Permalink Normal View History

2013-11-14 15:55:56 +08:00
class AddPasswordToBids < ActiveRecord::Migration
def change
add_column :bids, :password, :string
end
end