← Shopware 6.7.7.1

Shopware 6.7.7.1 payment_method

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
handler_identifier varchar(255) NO Default: Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
position int NO Default: 1
active tinyint(1) NO Default: 0
after_order_enabled tinyint(1) NO Default: 0
availability_rule_id binary(16) YES Index Foreign Key → rule.id
plugin_id binary(16) YES Index Foreign Key → plugin.id
media_id binary(16) YES Index Foreign Key → media.id
created_at datetime(3) NO
updated_at datetime(3) YES
technical_name varchar(255) NO Unique

Indexes

5 indexes

Index Name Columns Unique
fk.payment_method.availability_rule_id availability_rule_id No
fk.payment_method.media_id media_id No
fk.payment_method.plugin_id plugin_id No
PRIMARY id Yes
uniq.technical_name technical_name Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
availability_rule_id rule id
media_id media id
plugin_id plugin id

Relations (to this table)

6 relations

Local Field Foreign Table Foreign Field
id app_payment_method payment_method_id
id customer last_payment_method_id
id order_transaction payment_method_id
id payment_method_translation payment_method_id
id sales_channel payment_method_id
id sales_channel_payment_method payment_method_id