Sha256: 29ff6cae845ab19ff69303fe1aeff916739f38333b8fac4a8fc3493bd8cabab5
Contents?: true
Size: 194 Bytes
Versions: 3
Compression:
Stored size: 194 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :author t.text :content t.datetime :when t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems