Footprints Data Model |
Table |
Name | user_type |
Comment | Indicates whether this entity is of an agent type or a customer type. Also CMDB and GUEST. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
user_type_id | int | The automatically generated primary key of the user_type table. | Yes | No |
user_type_name | varchar(255) | The name of the User Type. | No | No |
user_type_descr | varchar(512) | A descriptive name of the User Type. This descriptive name may be localized. | No | No |