LicenseStatus_CODE Table

LicenseStatus_CODE is an enumerated code table for license status for a license.

Table 1. Database columns for LicenseStatus_CODE table

Database Column

Details

LicenseStatusID

Type: integer. Key

A unique identifier for license status. Possible values and the corresponding default strings are:

  • 1 = Active
  • 2 = Retired
  • 3 = In Stock
  • 4 = Purchased
  • 5 = Received
LicenseStatus_en

Type: text (max 1000 characters)

License status of the license in English.

LicenseStatus_de

Type: text (max 1000 characters)

License status of the license in German.

LicenseStatus_fr

Type: text (max 1000 characters)

License status of the license in French.

LicenseStatus_ja

Type: text (max 1000 characters)

License status of the license in Japanese.

LicenseStatus_es

Type: text (max 1000 characters). Nullable

License status of the license in Spanish.