Shopware 5.7.3 s_emarketing_banners_attributes
Custom attribute extensions for advertising banners.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| bannerID | int(11) | YES | Unique Foreign Key → s_emarketing_banners.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| bannerID | bannerID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| bannerID | s_emarketing_banners | id |
