InvalidItems |
Store all the items (session key, password...) mark as invalid.
Name | Type | Description |
---|---|---|
Key | NVARCHAR(255) NOT NULL | Invalid item key. Below the list of items managed by AskiaPortal:
|
Value | NVARCHAR(MAX) NOT NULL | Invalid item value. |
ModuleGuid | UNIQUEIDENTIFIER NULLABLE | GUID of the module. |
UserId | INT NULLABLE | ID of the survey from where the items belongs to. |
CreatedAt | DATETIME NOT NULL | Date of the creation in UTC. |
ExpiresAt | DATETIME NULLABLE | Date and time in UTC at the moment the invalidity expires (record will be removed). |