Table

vecifications

Description

Verifications

Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


codevarchar(32)Verification Code


verification_timedatetimeThe time of verification


request_expiration_timedatetime

The expiration time of a verification request




methodvarchar(2)Verification Method
  • C: Code
  • M: Manual
  • PH: Petition Handoff
  • TS: Trusted Source
  • U: URL


trusted_sourcevarchar(128)For Trusted Source verifications, a description of the Trusted Source


email_address_idinteger, foreign keyEmail Address verified by this Verificationemail_addresses:id

petition_idinteger, foreign keyPetition associated with this Verificationpetitions:id

  • No labels