SoftwareLicenseProposalStatus Table

SoftwareLicenseProposalStatus is a static table listing all of the states that a license change proposal can be in.

Table 1. Database columns for SoftwareLicenseProposalStatus table

Database Column

Details

SoftwareLicense ProposalStatusID

Type: integer. Key. Generated ID

A unique identifier for each SoftwareLicenseProposalStatus. Possible values and the corresponding default strings are:

  • 1 = Pending
  • 2 = Accepted
  • 3 = Ignored
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing the license change proposal state. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 256 characters)

The text to display if the state resource string has no translation.