Footprints Data Model |
Table |
Name | admin_type |
Comment | The administrator type indicates whether the instance is a system role or not. This is important, since certain preferences cannot be changed on the system administrator role. Values include SYSTEM, WORKSPACE, AGENT. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
admin_type_id | int | The automatically generated primary key of the admin_type table. | Yes | No |
admin_type_name | varchar(255) | The name of the Administrator Type. | No | No |