Password resets: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with " {| class="wikitable" !Name !!Datatype !!Description |- !id |INT(10) |unique identifier |- !user_email |VARCHAR(255) |email address of the user |- !token |VARCHAR(255) |genera...")
 
(No difference)

Latest revision as of 21:58, 25 April 2018

Name Datatype Description
id INT(10) unique identifier
user_email VARCHAR(255) email address of the user
token VARCHAR(255) generated code for security
updated_at DATETIME Date and time when last changes were made to the credentials

Back to Database Tables Main page.