CONTENT_PACK

This table contains all content pack information and is under the schema that contains metadata.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Field Name

Null?

Field Type

Field Description

CONTENT_PACK_NAME

Not Null

Varchar(200)

Content pack name

DESCRIPTION

Nullable

Varchar(1000)

Description of this content pack

FILE_CONTENT

Not Null

Varchar(50000)

Content of the entire metadata file

CONTENT_PACK_ID

Not Null

int

Content pack ID

VERSION

Not Null

Varchar(20)

Version defined in metadata

METADATA_LAYOUT_VERSION

Nullable

Varchar(20)

Metadata file layout version

STATUS

Nullable

Varchar(50)

The following status are supported:

  • Installed
  • Installing
  • Failed

VISIBILE

Nullable

Varchar(1)

If the content pack is visible to admin users (Y/N). For internal upgrade package, set visible to false.

MD_CREATETIME

Nullable

datetime

Date when the record is created

MD_LASTMODDDATE

Nullable

datetime

Date when the record is updated

Projections

This table uses no projections.

Sequences

This table uses no sequences.