remove trace code
This commit is contained in:
parent
18362d2340
commit
0708a56dd8
1
tag.go
1
tag.go
|
@ -247,7 +247,6 @@ func SQLTypeTagHandler(ctx *tagContext) error {
|
||||||
|
|
||||||
// JSONTagHandler handle json tag
|
// JSONTagHandler handle json tag
|
||||||
func JSONTagHandler(ctx *tagContext) error {
|
func JSONTagHandler(ctx *tagContext) error {
|
||||||
fmt.Println("fdsfafadfs")
|
|
||||||
ctx.col.IsJSON = true
|
ctx.col.IsJSON = true
|
||||||
if len(ctx.params) == 0 {
|
if len(ctx.params) == 0 {
|
||||||
ctx.col.SQLType = core.SQLType{Name: core.Text}
|
ctx.col.SQLType = core.SQLType{Name: core.Text}
|
||||||
|
|
Loading…
Reference in New Issue