Sha256: 9fc0881c6aeb0297ed758f9315116a98f1a62c5f51b079485941ed5a55dab9b9
Contents?: true
Size: 169 Bytes
Versions: 5
Compression:
Stored size: 169 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :name t.text :content t.timestamps end end end
Version data entries
5 entries across 5 versions & 3 rubygems