Shopware 6.4.10.1 swag_paypal_pos_sales_channel_run
Sync run records for PayPal Zettle POS integration (start time, status, type).
| 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 |
| 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