Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('optimization_profiles_id_seq'::regclass) |
|
|
||
| profile_name | text | 2147483647 | null |
|
|
|||
| use_case | text | 2147483647 | null |
|
|
|||
| description | text | 2147483647 | √ | null |
|
|
||
| engine_flags | jsonb | 2147483647 | null |
|
|
|||
| sampling_params | jsonb | 2147483647 | null |
|
|
|||
| env_vars | jsonb | 2147483647 | √ | null |
|
|
||
| notes | text | 2147483647 | √ | null |
|
|
||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| optimization_profiles_pkey | Primary key | Asc | id |