MageSmith

🔐 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.

Columns (8)

NameTypeNullDefaultComment
id PKint unsignednoEntity ID
admin_user_id int unsignedno0Admin User Id
access_token_hash varchar(255) yesAccess Token Hash
access_token text yesAccess Token
created_at timestamp noCURRENT_TIMESTAMPCreated At
updated_at timestamp noCURRENT_TIMESTAMPUpdated At
last_check_time timestamp no0Last check time
access_token_expires_at timestamp no0Access 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)