DeplCalendarSetting
Deplyoment Calendar Setting
|
Name |
Type (MS SQL) |
Type (Oracle) |
Type (PostgreSQL) |
Nullable |
Description |
|---|---|---|---|---|---|
|
Id |
BIGINT |
NUMBER(20,0) |
int8 |
not null unique |
Id of the object |
|
OwnerId |
BIGINT |
NUMBER(20,0) |
int8 |
not null |
Reference to Usr |
|
EnvironmentId |
BIGINT |
NUMBER(20,0) |
int8 |
|
Reference to Environment |
|
CreationTime |
DATETIME |
TIMESTAMP(4) |
timestamp |
|
Creation time of setting |
|
DataTypes |
INT |
NUMBER(10,0) |
int4 |
not null |
DataTypes: 1: External, 2: Execution, 4: QueueRun, 8: Reservation, 16: Activity, All: 31 |
|
EnvironmentColors |
NVARCHAR(255) |
NVARCHAR2(255) |
varchar(255) |
|
Defines colors shown for environments |
Foreign Keys
|
Name |
Local References |
Foreign References |
|---|---|---|
|
FK_DCS_Owner |
OwnerId |
Usr |
|
FK_DCS_Env |
EnvironmentId |
Environment |