Sha256: 3a967ea63eec92174836475bf491fb09f4c5d666f8262569001ebe0770e7df7f
Contents?: true
Size: 117 Bytes
Versions: 15
Compression:
Stored size: 117 Bytes
Contents
class AddAuthorToPosts < ActiveRecord::Migration def change add_column :posts, :author_id, :integer end end
Version data entries
15 entries across 15 versions & 1 rubygems