Sha256: cf073ca88229f9665f216011539ad59c2e6e8fedc5bde97ece7ce53b18bf343b
Contents?: true
Size: 180 Bytes
Versions: 10
Compression:
Stored size: 180 Bytes
Contents
class AddAnotherContentField < ActiveRecord::Migration def self.up add_column :forms, :secondary, :text end def self.down remove_column :forms, :secondary end end
Version data entries
10 entries across 10 versions & 1 rubygems