Shopware 5.6.7 s_cms_static_attributes
Custom attribute extensions for static CMS pages.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| cmsStaticID | int(11) | YES | Unique Foreign Key → s_cms_static.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| cmsStaticID | cmsStaticID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| cmsStaticID | s_cms_static | id |
