Sha256: 673bc4e0935e12a63edc35f602f28ebf49c59a963e6b85f4f8b15ccab6aafbef
Contents?: true
Size: 148 Bytes
Versions: 91
Compression:
Stored size: 148 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.timestamps end end end
Version data entries
91 entries across 91 versions & 15 rubygems