Shopware 6.7.7.1 salutation
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| salutation_key | varchar(255) | NO | Unique |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.salutation_key | salutation_key | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | customer | salutation_id |
| id | customer_address | salutation_id |
| id | newsletter_recipient | salutation_id |
| id | order_address | salutation_id |
| id | order_customer | salutation_id |
| id | salutation_translation | salutation_id |
