Shopware 6.7.7.1 app_cms_block
Columns
| 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 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.app_cms_block.app_id | app_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | app_cms_block_translation | app_cms_block_id |
