Shopware 5.6.10 s_emarketing_vouchers_attributes
Custom attribute extensions for vouchers.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| voucherID | int(11) | YES | Unique Foreign Key → s_emarketing_vouchers.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| voucherID | voucherID | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| voucherID | s_emarketing_vouchers | id |
