Sha256: b1195959c3b5cebc4e04fdee02357cd788d419718b49ebf42bf3f962c7daa069
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
class CreatePhones < ActiveRecord::Migration def up create_table :phones do |t| t.string :cell_phone t.string :state t.timestamps end end def down drop_table :phones end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
area_code_validator-0.0.4 | test/dummy/db/migrate/20131025094043_create_phones.rb |