JCM Table: dbo.ADM ReportUserType
From Sherlock Software
TABLE NAME: dbo.ADM_ReportUserType
Type of report user look-up table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | UserTypeID | tinyint | User type ID |
| 2 | Desc | nvarchar(50) | Description |
| 3 | Comment | nvarchar(200) | Additional comment |
Table Values:
| UserTypeID | Desc | Comment |
|---|---|---|
| 1 | Regular user | Reports user |
| 255 | System administrator | System administrator |
Back to JCM Database tables