Sha256: ba70e492de7979498a1fd71c4dd79be6b4a4521e8fea28edfbecd7e6fb627c79
Contents?: true
Size: 191 Bytes
Versions: 195
Compression:
Stored size: 191 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :name t.string :title t.text :content t.timestamps end end end
Version data entries
195 entries across 156 versions & 21 rubygems