Shopware 6.7.7.1 notification
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| status | varchar(255) | NO | |
| message | longtext | NO | |
| admin_only | tinyint(1) | NO | Default: 0 |
| required_privileges | json | YES | |
| created_by_integration_id | binary(16) | YES | Index Foreign Key → integration.id |
| created_by_user_id | binary(16) | YES | Index Foreign Key → user.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.notification.created_by_integration_id | created_by_integration_id | No |
| fk.notification.created_by_user_id | created_by_user_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| created_by_integration_id | integration | id |
| created_by_user_id | user | id |
