Constraints

0 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule

Check Constraints

Table Constraint Name Constraint
engine_flags engine_flags_category_check (category = ANY (ARRAY['model_loading'::text, 'memory'::text, 'parallelism'::text, 'scheduling'::text, 'quantization'::text, 'kv_cache'::text, 'speculative_decoding'::text, 'lora'::text, 'serving'::text, 'device'::text, 'vision'::text, 'tokenizer'::text, 'performance'::text, 'other'::text]))
engine_flags engine_flags_optimization_impact_check (optimization_impact = ANY (ARRAY['critical'::text, 'high'::text, 'medium'::text, 'low'::text, 'none'::text]))
engine_flags engine_flags_value_type_check (value_type = ANY (ARRAY['boolean'::text, 'integer'::text, 'float'::text, 'string'::text, 'enum'::text, 'json'::text, 'list'::text]))
sampling_params sampling_params_category_check (category = ANY (ARRAY['temperature'::text, 'truncation'::text, 'repetition_penalty'::text, 'advanced_sampler'::text, 'beam_search'::text, 'output_control'::text, 'logits'::text, 'guided'::text, 'other'::text]))
sampling_params sampling_params_value_type_check (value_type = ANY (ARRAY['boolean'::text, 'integer'::text, 'float'::text, 'string'::text, 'enum'::text, 'list'::text, 'dict'::text]))