Sha256: a22348ffc1c1b3ae698e43d6079050da3772ae234a8bd0a3fdb54f66c3972076
Contents?: true
Size: 115 Bytes
Versions: 13
Compression:
Stored size: 115 Bytes
Contents
class AddCategoryToPost < ActiveRecord::Migration def change add_column :posts, :category, :string end end
Version data entries
13 entries across 13 versions & 1 rubygems