← Shopware 6.4.16.1

Shopware 6.4.16.1 custom_entity

Registry of custom entities defined by apps or plugins (dynamic DB tables via Admin SDK).

Columns

6 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO Unique
fields longtext NO
app_id binary(16) YES Index Foreign Key → app.id
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
app_id app_id No
name name Yes
PRIMARY id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
app_id app id