Tenant Table
The Tenant table contains the details of each tenant in multitenant IT Asset Management database tables.
| 
                 Database Column  | 
              
                 Details  | 
            
|---|---|
                TenantID
               | 
              
                 Type: small integer. Key The tenant ID in a multi-tenant database.  | 
            
                TenantUID
               | 
              
                 Type: text (max 40 characters). Key The unique identifier of a tenant. This identifier is used to identify the tenant in environments where tenant information is stored on multiple databases.  | 
            
                TenantName
               | 
              
                 Type: text (max 256 characters). Key The name of the tenant.  | 
            
                TenantDomain
               | 
              
                 Type: text (max 20 characters). Nullable The sub-domain to use for the tenant.  | 
            
                Comments
               | 
              
                 Type: text. Nullable Operator comments about this tenant record.  | 
            
                CreationUser
               | 
              
                 Type: text (max 128 characters). Nullable The operator who created the tenant record.  | 
            
                CreationDate
               | 
              
                 Type: datetime The date the tenant record was created.  | 
            
                UpdatedUser
               | 
              
                 Type: text (max 128 characters). Nullable The name of the operator who last updated the tenant record.  | 
            
                UpdatedDate
               | 
              
                 Type: datetime. Nullable The date the tenant record was last updated.  | 
            
                OrganizationID
               | 
              
                 Type: integer. Nullable The unique Flexera organization ID.  |