We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744c1c6 commit 8abaa12Copy full SHA for 8abaa12
column/UniqueSet.go
@@ -22,8 +22,6 @@ func (us *Constraint) ToSQL() string {
22
us.getSet(),
23
)
24
25
- fmt.Println(sql)
26
-
27
return sql
28
}
29
0 commit comments