Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | varchar | 255 | null |
|
|
Primary Key. |
|||||
| name | varchar | 255 | null |
|
|
Name of the client. |
|||||
| description | text | 2147483647 | √ | null |
|
|
Description of client. |
||||
| icon | varchar | 255 | √ | null |
|
|
URL linking to icon of the client. |
||||
| redirectUri | varchar | 255 | √ | null |
|
|
URI to redirect to after authenticating with Glints. |
||||
| secret | varchar | 255 | √ | null |
|
|
Secret to verify client. |
||||
| createdAt | timestamptz | 35,6 | null |
|
|
Entry creation date |
|||||
| updatedAt | timestamptz | 35,6 | null |
|
|
Datetime of last modification to any attribute |
|||||
| CreatorId | uuid | 2147483647 | √ | null |
|
|
Foreign key to Users table, relating to person who created the API client. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ApiClients_pkey | Primary key | Asc | id |

