Users Table (Platform Only)

The Users table stores authentication details for system users. It is the primary table for determining login credentials and account status.

The following table describes each field in the Users table:

Column Name Data Type Required Description
username varchar Yes The name of the user.
password varchar No The hashed password for the user for login.
enabled boolean Yes True if the user can log in, otherwise false.