| 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 |
| Name | Type | Definition |
|---|---|---|
| PRIMARY_KEY | PRIMARY_KEY | PRIMARY KEY(ChannelID) |
| FK_NotificationChannelState_NotificationChannel | FOREIGN KEY | FOREIGN KEY (ChannelID) REFERENCES NotificationChannels (ID) ON DELETE CASCADE |
Generated by tbls