🔐 Magento_AdminAdobeIms · engine innodb
admin_adobe_ims_webapi
Admin Adobe IMS Webapi
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["admin_adobe_ims_webapi"]:::center n0["admin_user"] click n0 "/schema/table/admin_user" n0 -- admin_user_id --> c click c "/schema/table/admin_adobe_ims_webapi" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (8)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | Entity ID | |
| admin_user_id | int unsigned | no | 0 | Admin User Id |
| access_token_hash | varchar(255) | yes | Access Token Hash | |
| access_token | text | yes | Access Token | |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
| updated_at | timestamp | no | CURRENT_TIMESTAMP | Updated At |
| last_check_time | timestamp | no | 0 | Last check time |
| access_token_expires_at | timestamp | no | 0 | Access Token Expires At |
Keys & indexes
Primary key: id
Unique
- ADMIN_ADOBE_IMS_WEBAPI_ACCESS_TOKEN_HASH (access_token_hash)
Indexes
- ADMIN_ADOBE_IMS_WEBAPI_ADMIN_USER_ID (admin_user_id) btree
References (1)
- admin_user_id → admin_user .user_id (on delete CASCADE)