@@ -0,0 +1,7 @@
package db
type Expression string
func Raw(expr string) Expression {
return Expression(expr)
}
The note is not visible to the blocked user.