Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('timestamp_api_key_weight_id_seq'::regclass) |
|
|
||||
| timestamp_time_type_id | serial | 10 | √ | nextval('timestamp_api_key_weight_timestamp_time_type_id_seq'::regclass) |
|
|
||||
| timestamp_state_id | serial | 10 | √ | nextval('timestamp_api_key_weight_timestamp_state_id_seq'::regclass) |
|
|
||||
| api_key_id | bigserial | 19 | √ | nextval('timestamp_api_key_weight_api_key_id_seq'::regclass) |
|
|
||||
| weight | int4 | 10 | 0 |
|
|
|||||
| created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
|||||
| modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| modified_by | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| timestamp_api_key_weight_pkey | Primary key | Asc | id |
| timestamp_api_key_weight_timestamp_time_type_id_timestamp_s_key | Must be unique | Asc/Asc/Asc | timestamp_time_type_id + timestamp_state_id + api_key_id |
| timestamp_api_key_weight_timestamp_time_type_id_timestamp_state | Performance | Asc/Asc/Asc/Asc | timestamp_time_type_id + timestamp_state_id + api_key_id + weight |

