Sha256: e05f32f2a44805f02ccdaee112aad2df1b1a1e4b4a3a2abeae4091311d719b66
Contents?: true
Size: 148 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems