Skip to content

Command Account

This table is a simplified version of the existing attrib_account table. It is used to track the current state of accounts in the conductor system, and as such only only includes accounts that are both active as well as toggled on.

Accounts are automatically added and removed from this table by the engine and as such when removed, any related slots/runs are also removed. (see cascading deletes)

Database Structure

Label Type Description Notes
id UUID
token String Equivalent to token in attrib_account, e.g. c-a-client-uk
timezone_offset Int Difference in minutes from UTC for this accounts timezone. e.g. -180 for -03:00 or 345 for +05:45 ℹ This is used to offset the start/end date of slots generated for this account
maintenance DateTime Equivalent to maintenance in attrib_account
created DateTime When this account was created, used for debugging purposes