Database models
Database models of channel
Channels
channels
{
//Primary key
"company_id": "uuid-v4",
"workspace_id": "string" // ("uuid-v4" | "direct")
"id": "uuid-v4",
//Content
"owner": "uuid-v4", //User-id of the channel owner (invisible but used on some access restriction-
"icon": "String",
"name": "String",
"description": "String",
"channel_group": "String",
"visibility": "private" | "public" | "direct"
"default": true | false, //The new members join by default this channel
"archived": false | true,
"archivation_date": 0, //Timestamp
}channel_defaults
channel_counters
channel_last_activity
direct_channel_identifiers
Channels tabs
channel_tabs
Channels members
channel_members
channel_members_reversed
Last updated