Shopware 6.7.7.1 document_type
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | NO | Unique |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.document_type.technical_name | technical_name | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | document | document_type_id |
| id | document_base_config | document_type_id |
| id | document_base_config_sales_channel | document_type_id |
| id | document_type_translation | document_type_id |
