MageSmith

🔌 Magento_Integration · engine innodb

integration

integration

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["integration"]:::center
  n0["oauth_consumer"]
  click n0 "/schema/table/oauth_consumer"
  n0 -- consumer_id --> c
  click c "/schema/table/integration"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (10)

NameTypeNullDefaultComment
integration_id PKint unsignednoIntegration ID
name varchar(255) noIntegration name is displayed in the admin interface
email varchar(255) noEmail address of the contact person
endpoint varchar(255) yesEndpoint for posting consumer credentials
status smallint unsignednoIntegration status
consumer_id int unsignedyesOauth consumer
created_at timestamp noCURRENT_TIMESTAMPCreation Time
updated_at timestamp noCURRENT_TIMESTAMPUpdate Time
setup_type smallint unsignedno0Integration type - manual or config file
identity_link_url varchar(255) yesIdentity linking Url

Keys & indexes

Primary key: integration_id

Unique

  • INTEGRATION_NAME (name)
  • INTEGRATION_CONSUMER_ID (consumer_id)

References (1)