| id |
uuid |
|
false |
public.user_group_club public.member public.discount |
|
Unique identifier of the user group.(DC2Type:uuid) |
| public_name |
varchar(255) |
|
false |
|
|
Public display name of the user group visible to members. |
| internal_name |
varchar(60) |
|
false |
|
|
Internal name of the user group for administrative purposes. |
| note |
text |
|
true |
|
|
Optional notes or description about the user group. |
| created_at |
timestamp(0) with time zone |
|
false |
|
|
The date and time when the user group was created.(DC2Type:datetimetz_immutable) |
| type |
varchar(255) |
NULL::character varying |
false |
|
|
Type of the user group: MANUAL or WELLPASS. |
| invite_code |
varchar(10) |
|
true |
|
|
Unique invite code that allows users to join this group. |
| deactivated_by_id |
uuid |
|
true |
|
public.user |
User who deactivated this group (if applicable).(DC2Type:uuid) |
| deactivated_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
The date and time when the user group was deactivated.(DC2Type:datetimetz_immutable) |
| active |
boolean |
true |
false |
|
|
Whether the user group is currently active. |