Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('api_key_id_seq'::regclass) |
|
|
||||
| key | text | 2147483647 | null |
|
|
|||||
| is_active | bool | 1 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| created_by | int4 | 10 | null |
|
|
|||||
| modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
| modified_by | int4 | 10 | null |
|
|
|||||
| bound_user_id | int8 | 19 | null |
|
|
|||||
| name | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_key_pkey | Primary key | Asc | id |
| uniq_api_key | Must be unique | Asc | key |

