Class: TenantPlutusTables
- Inherits:
-
Object
- Object
- TenantPlutusTables
- Defined in:
- lib/generators/plutus/templates/tenant_migration.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 |
# File 'lib/generators/plutus/templates/tenant_migration.rb', line 2 def change # add a tenant column to plutus accounts table. add_column :plutus_accounts, :tenant_id, :integer, index: true end |