← Shopware 6.4.15.0

Shopware 6.4.15.0 swag_paypal_pos_sales_channel_run

Sync run records for PayPal Zettle POS integration (start time, status, type).

Columns

8 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
sales_channel_id binary(16) NO Index Foreign Key → sales_channel.id
task varchar(16) NO
created_at datetime(3) NO
updated_at datetime(3) YES
finished_at datetime(3) YES
status varchar(255) NO Default: in_progress
message_count int(11) NO Default: 0

Indexes

2 indexes

Index Name Columns Unique
fk.swag_paypal_pos_sales_channel_run.sales_channel_id sales_channel_id No
PRIMARY id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
sales_channel_id sales_channel id

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id swag_paypal_pos_sales_channel_run_log run_id