📄 Magento_AdobeStockAsset · engine innodb
adobe_stock_creator
Adobe Stock Creator
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["adobe_stock_creator"]:::center n0["adobe_stock_asset"] click n0 "/schema/table/adobe_stock_asset" c -- creator_id --> n0 click c "/schema/table/adobe_stock_creator" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | ID | |
| name | varchar(255) | yes | Asset creator's name |
Keys & indexes
Primary key: id
Indexes
- ADB_STK_KB_INDEX (id) btree
Referenced by (1)
- adobe_stock_asset .creator_id → .id (on delete SET NULL)