Class: AddAuthorizyOnUsers
- Inherits:
-
Object
- Object
- AddAuthorizyOnUsers
- Defined in:
- lib/generators/authorizy/templates/db/migrate/add_authorizy_on_users.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
4 5 6 |
# File 'lib/generators/authorizy/templates/db/migrate/add_authorizy_on_users.rb', line 4 def change add_column :users, :authorizy, :jsonb, default: {}, null: false end |