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 9060335 commit 0cf4ff8Copy full SHA for 0cf4ff8
plugins/source.go
@@ -70,6 +70,7 @@ func addInternalColumns(tables []*schema.Table) {
70
cqId := schema.CqIdColumn
71
if len(table.PrimaryKeys()) == 0 {
72
cqId.CreationOptions.PrimaryKey = true
73
+ cqId.CreationOptions.Unique = false
74
}
75
table.Columns = append(table.Columns, cqId, schema.CqFetchTime)
76
addInternalColumns(table.Relations)
0 commit comments