Sha256: 65874ef2aefc068faee30f5f79b67e6ed710d73ee44c52002d1cf5be95d1862b
Contents?: true
Size: 194 Bytes
Versions: 5
Compression:
Stored size: 194 Bytes
Contents
class CreateSpecialPosts < ActiveRecord::Migration def change create_table :special_posts do |t| t.string :title t.text :body t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems