Shopware 6.2.2 customer_recovery
Password recovery tokens and expiry timestamps for customer account reset.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | |
| customer_id | binary(16) | NO | Primary Key
Foreign Key → customer.id |
| hash | varchar(255) | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| uniq.customer_recovery.customer_id | customer_id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| customer_id | customer | id |