Shopware 5.6.7 s_core_paymentmeans_attributes
Custom attribute extensions for payment methods.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| paymentmeanID | int(11) | YES | Unique Foreign Key → s_core_paymentmeans.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| paymentmeanID | paymentmeanID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| paymentmeanID | s_core_paymentmeans | id |
