Sha256: 1a8ca7f275cb5a6d4e0d047bf93ee2625966d163a0033a162b32ea1cb8459de2
Contents?: true
Size: 179 Bytes
Versions: 58
Compression:
Stored size: 179 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :body t.timestamps null: false end end end
Version data entries
58 entries across 58 versions & 4 rubygems