Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 927 Bytes

File metadata and controls

28 lines (19 loc) · 927 Bytes

NotificationChannelStates

Description

Columns

Name Type Default Nullable Children Parents Comment
ChannelID STRING(36) false NotificationChannels
IsDisabledBySystem BOOL true
ConsecutiveFailures INT64 true
CreatedAt TIMESTAMP (allow_commit_timestamp=TRUE) false
UpdatedAt TIMESTAMP (allow_commit_timestamp=TRUE) false

Constraints

Name Type Definition
PRIMARY_KEY PRIMARY_KEY PRIMARY KEY(ChannelID)
FK_NotificationChannelState_NotificationChannel FOREIGN KEY FOREIGN KEY (ChannelID) REFERENCES NotificationChannels (ID) ON DELETE CASCADE

Relations

er


Generated by tbls