Shopware 6.7.8.1 measurement_display_unit
Display units for measurements (e.g. cm, inch, kg) shown in the storefront.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| measurement_system_id | binary(16) | NO | Index
Foreign Key → measurement_system.id |
| default | tinyint(1) | NO | Default: 0 |
| type | varchar(20) | NO | |
| short_name | varchar(20) | NO | Unique |
| factor | double | NO | |
| precision | int | NO | Default: 3 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.measurement_display_unit.measurement_system_id | measurement_system_id | No |
| PRIMARY | id | Yes |
| uniq.measurement_display_unit.short_name | short_name | Yes |
Relations (from this table)
1 relations
Relations (to this table)
1 relations