Login: Questpond
⚠️ There are similar names like “QuestPond Login” for other services. Ensure the URL reads questpond.com .
| Column Name | Data Type | Constraints | Description | | :--- | :--- | :--- | :--- | | UserId | INT | PK, Identity | Unique identifier. | | Email | NVARCHAR(255) | Unique, Not Null | Login username. | | PasswordHash | NVARCHAR(MAX) | Not Null | Hashed password (never store plain text). | | Salt | NVARCHAR(128) | Not Null | Used for hashing algorithms. | | IsActive | BIT | Default 1 | Status of the account. | | SubscriptionType | NVARCHAR(50) | Null | e.g., 'Free', 'Premium', 'Corporate'. | | LastLoginDate | DATETIME | Null | For auditing. | questpond login