Sha256: 2d335d2b25a344ce27822544a71fefdc2a425c6fc09775b6877f2db94b972c04
Contents?: true
Size: 116 Bytes
Versions: 8
Compression:
Stored size: 116 Bytes
Contents
class AddColumnToPosts < ActiveRecord::Migration def change add_column :posts, :created, :timestamp end end
Version data entries
8 entries across 8 versions & 1 rubygems