SWDB
← Versions / 6.6.1.2 /

payment_method

Fields (11)

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 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
technical_name varchar(255) YES UNI NULL

Indexes (5)

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 (3)

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

Referenced By (7)

app_payment_method . payment_method_id id
customer . default_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 id