SWDB
← Versions / 6.4.20.0 /

payment_method

Fields (10)

Name Type Null Key Default Extra
id binary(16) NO PRI NULL
handler_identifier varchar(255) NO Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
position int(11) NO 1
active tinyint(1) NO 0
after_order_enabled tinyint(1) NO 0
availability_rule_id binary(16) YES MUL NULL
plugin_id binary(16) YES MUL NULL
media_id binary(16) YES MUL NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (4)

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

Relations From (3)

availability_rule_id rule . id
media_id media . id
plugin_id plugin . id

Referenced By (8)

payment_method_translation . payment_method_id id
customer . default_payment_method_id id
customer . last_payment_method_id id
cart . payment_method_id id
sales_channel . payment_method_id id
sales_channel_payment_method . payment_method_id id
order_transaction . payment_method_id id
app_payment_method . payment_method_id id