0 Foreign Key Constraints
| Constraint Name | Child Column | Parent Column | Delete Rule |
|---|
Check Constraints
| Table | Constraint Name | Constraint |
|---|---|---|
| capabilities | capabilities_category_check | (category = ANY (ARRAY['sampler'::text, 'quantization'::text, 'serving'::text, 'kernel'::text, 'speculative_decoding'::text, 'hardware'::text, 'parallelism'::text, 'model_support'::text, 'api'::text, 'memory'::text, 'other'::text])) |
| capabilities | capabilities_status_check | (status = ANY (ARRAY['aphrodite_only'::text, 'vllm_only'::text, 'aphrodite_ahead'::text, 'vllm_ahead'::text, 'shared'::text, 'deprecated'::text])) |