Sha256: 1cd6cacacd8159d1e6cc23f382205fe7896b2292acd5b39592d424cc21e9e4b3
Contents?: true
Size: 108 Bytes
Versions: 3
Compression:
Stored size: 108 Bytes
Contents
class AddBodyToGroups < ActiveRecord::Migration def change add_column :groups, :body, :text end end
Version data entries
3 entries across 3 versions & 1 rubygems