We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To drop tenants using Apartment, use the following command:
Apartment::Tenant.drop('tenant_name')
When method is called, the schema is dropped and all data from itself will be lost. Be careful with this method.