Sha256: 66003a4583ea9e0272220f7ba8ed64607eaf2658f8e69f5b297b495554dfd0e1
Contents?: true
Size: 194 Bytes
Versions: 9
Compression:
Stored size: 194 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :name t.string :teaser t.string :content t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems