Sha256: e9917789cc579147c21fb9e59fc0906cda9508e709af7d3cf8d5c147b21e271a
Contents?: true
Size: 196 Bytes
Versions: 40
Compression:
Stored size: 196 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def self.up create_table :people do |t| t.string :name t.timestamps end end def self.down drop_table :people end end
Version data entries
40 entries across 40 versions & 4 rubygems