Sha256: e4ee1e53a1618f3669e08fcb664ef9d394db55839b1cf6f398c7918c16e7c769
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
class CreateStates < ActiveRecord::Migration def up create_table :states do |t| t.string :name t.string :state t.timestamps end end def down drop_table :states end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deep_thought-0.2.1 | db/migrate/20130426165010_create_states.rb |
deep_thought-0.1.1 | db/migrate/20130426165010_create_states.rb |
deep_thought-0.1.0 | db/migrate/20130426165010_create_states.rb |