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