Class: Users
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- Users
- Defined in:
- lib/guyifeng/template/db/migrate/20141128021338_users.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 |
# File 'lib/guyifeng/template/db/migrate/20141128021338_users.rb', line 2 def change create_table :users do |t| t.string :name t.string :password end end |