You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Table

cm_co_groups

Description

Per-CO group definitions

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

co_id

integer, foreign key

CO Record ID

cm_cos:id

 

cou_idinteger, foreign keyCOU Record IDcm_cous:idAdded v1.1.0. Initially intended for special groups, may be used for manual groups in the future.

name

varchar(128)

Group name

 

 

description

varchar(256)

Description

 

 

open

boolean

An open group allows anyone to self-subscribe

  • true: Open
  • false: Closed

 

status

varchar(2)

Group's status within CO

  • A: Active
  • S: Suspended

 

group_typevarchar(2)Group Type
  • A: Admins
  • M: All Members
  • MA: Active Members
  • S: Standard
Added v1.1.0.
autobooleanAutomatic Group
  • true: Group is automatically managed
  • false: Group is manually managed
Added v1.1.0.
  • No labels