Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 v1v2.10.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 v1v2.10.0.
autobooleanAutomatic Group
  • true: Group is automatically managed
  • false: Group is manually managed
Added v1v2.10.0.