recovery_codes


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
account_id INT UNSIGNED 10 null
accounts.id recovery_codes_account_id_foreign C
user_id INT UNSIGNED 10 null
users.id recovery_codes_user_id_foreign C
recovery VARCHAR 255 null
used BIT 1 0
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
recovery_codes_account_id_foreign Performance Asc account_id
recovery_codes_user_id_foreign Performance Asc user_id

Relationships