tenant_design_schema
Design a multi-tenant database schema by selecting an isolation strategy—shared schema, separate schema, or separate database—for tables that need tenant isolation.
Instructions
Design multi-tenant database schema with isolation strategy selection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes | Core tables that need tenant isolation | |
| api_key | No | API key for authentication | |
| database | No | Database type | postgresql |
| strategy | No | Tenant isolation strategy | shared-db-shared-schema |