We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3fd62 commit 1ab4350Copy full SHA for 1ab4350
internal/servers/destination/v0/destinations.go
@@ -165,6 +165,7 @@ func SetDestinationManagedCqColumns(tables []*schema.Table) {
165
for i := range table.Columns {
166
if table.Columns[i].Name == schema.CqIDColumn.Name {
167
table.Columns[i].CreationOptions.Unique = true
168
+ table.Columns[i].CreationOptions.NotNull = true
169
}
170
171
table.OverwriteOrAddColumn(&schema.CqSyncTimeColumn)
0 commit comments