Class: FixStrongboltUsersTenantsId
- Defined in:
- lib/generators/strongbolt/templates/fix.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 |
# File 'lib/generators/strongbolt/templates/fix.rb', line 2 def change add_column :strongbolt_users_tenants, :id, :primary_key end |