Class: AddRoleFieldToUsers
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddRoleFieldToUsers
- Defined in:
- lib/generators/central/templates/migrations/add_role_field_to_users.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 |
# File 'lib/generators/central/templates/migrations/add_role_field_to_users.rb', line 2 def change add_column :users, :role, :string, null: false, default: 'developer' end |