Shopware 6.7.7.1 integration
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| access_key | varchar(255) | NO | Index |
| secret_access_key | varchar(255) | NO | |
| label | varchar(255) | NO | |
| admin | tinyint(1) | NO | Default: 1 |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| last_usage_at | datetime(3) | YES | |
| deleted_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| idx.access_key | access_key | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | app | integration_id |
| id | integration_role | integration_id |
| id | notification | created_by_integration_id |
| id | state_machine_history | integration_id |
