Sha256: ac22ff43feffb88e0fb19804fe3fd1b40e1754b0a6c4282449931d0971164d2f
Contents?: true
Size: 166 Bytes
Versions: 4
Compression:
Stored size: 166 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :name t.text :body t.timestamps end end end
Version data entries
4 entries across 4 versions & 2 rubygems