Shopware 6.7.8.1 app_cms_block
Custom CMS blocks registered by apps for use in the Shopping Experiences editor.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| app_id | binary(16) | NO | Index
Foreign Key → app.id |
| name | varchar(255) | NO | |
| block | json | NO | |
| template | longtext | NO | |
| styles | longtext | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.app_cms_block.app_id | app_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| app_id | app | id |
Relations (to this table)
1 relations