Store integration token information
Data model

Fields
| Field |
Type |
Description |
| application_id* |
INT |
App ID |
| created_by |
INT |
Identifier of the last user who created the record |
| creation_date* |
DATETIME |
Date of creation |
| description* |
NVARCHAR (400) |
Description |
| expiration_date |
DATETIME |
Expiration Date |
| hash* |
NVARCHAR (128) |
Access key |
| id* |
INT |
Token identifier |
| user_id* |
INT |
User ID |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| application_id* |
dbo.AFW_APPLICATIONS |
appl_id |
FK01_AFW_ACCESS_TOKEN |
| user_id* |
dbo.AFW_USERS |
user_id |
FK02_AFW_ACCESS_TOKEN |