Sha256: b7411902f0d2a42b9e383e1f80f3fb4224636dd2e72d547592a8bb20ec809d13
Contents?: true
Size: 224 Bytes
Versions: 4
Compression:
Stored size: 224 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[5.0] def change create_table :posts do |t| t.string :title t.text :body t.string :excerpt t.integer :read_count t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems