Shopware 5.7.2 s_content_types
Custom content type definitions (SW5.6+ feature for structured content beyond products/blog).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| internalName | varchar(100) | NO | |
| name | varchar(100) | NO | |
| source | varchar(100) | YES | |
| config | text | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
