Sha256: c92f9db21869e924fb50adde8daa5397191fe10f744008ee51c612191fb1f15c
Contents?: true
Size: 122 Bytes
Versions: 7
Compression:
Stored size: 122 Bytes
Contents
class AddCategoryIdToPosts < ActiveRecord::Migration def change add_column :posts, :category_id, :integer end end
Version data entries
7 entries across 7 versions & 3 rubygems