Table

cm_match_server_attributes

Description

ID Match Server Attributes

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


match_server_id

integer, foreign key

Match Server ID

cm_match_servers:id


attribute

varchar(80)

Attribute



type

varchar(32)

Attribute type, if applicable

cm_co_extended_types:name


required

integer

Whether this attribute is required for a match request

  • 1: Required
  • 0: Not required (ie: optional)
  • -1: Not permitted

  • No labels