MAILEXPRESS

Basic Index   Expanded Index

Table Name: medatabase.ResetPasswordBid
Description: A ResetPasswordBid is a request to reset a lost password.
Primary Keys: identifier
Field Type Defaults Nulls? Comments
identifier numeric - Identity None No Unique ID for an entry.
createdDate datetime None No The original creation data/time for the entry.
modifiedDate datetime None No The last modified date/time for the entry.
version numeric (19) None No The version number for the entry.
alias nvarchar (40) None No An alias for the item suitable for use when referenced externally.
expiration datetime None Yes The expiration date/time for the request. Once bid is used, this shows the activation date.
account_identifier numeric (19) None Yes The account for the requested password reset.

Index Clustered? Unique? Fields
PK__ResetPas__D112ED493179CDDF Yes Yes
UQ__ResetPas__8C585C0434563A8A No Yes

No check constraints
Internal Foreign Key Constraint Affected Field Source Table
FK_ResetPasswordBid_account account_identifier Actor

No primary keys as foreign key constraints
No triggers