Sha256: aaafdae43c3cb1e8d1f71010a89bdcb06851732ff487f174c69667c26f776748
Contents?: true
Size: 144 Bytes
Versions: 3
Compression:
Stored size: 144 Bytes
Contents
class AddAuthorToPersonalBlogComments < ActiveRecord::Migration def change add_column :personal_blog_comments, :author, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems