cirandas.net

ref: master

plugins/stock/db/migrate/20160824145043_add_description_to_stock_plugin_allocations.rb


1
2
3
4
5
class AddDescriptionToStockPluginAllocations < ActiveRecord::Migration
  def change
    add_column :stock_plugin_allocations, :description, :text
  end
end