Class: CreateAccounts
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateAccounts
- Defined in:
- lib/generators/oxen_user/templates/user.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/generators/oxen_user/templates/user.rb', line 2 def change create_table :accounts do |t| t.string :name t.boolean :active t. null: false end end |