Sha256: d330f7fed650ab203fec9a1a233dda0d99405fa14a6ca93564e043edd27944bd
Contents?: true
Size: 305 Bytes
Versions: 3
Compression:
Stored size: 305 Bytes
Contents
class ChangeC80OrderFormMessageOrderComment < ActiveRecord::Migration def self.up change_table :c80_order_form_message_orders do |t| t.change :comment, :text end end def self.down change_table :c80_order_form_message_orders do |t| t.change :comment, :string end end end
Version data entries
3 entries across 3 versions & 1 rubygems