← Shopware 6.1.5

Shopware 6.1.5 customer_recovery

Password recovery tokens and expiry timestamps for customer account reset.

Columns

5 columns

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

Indexes

1 indexes

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