playground icon indicating copy to clipboard operation
playground copied to clipboard

Add example of wrong generated tag

Open pedroscaff opened this issue 1 year ago • 0 comments

Explain your user case and expected results

I could not make the test fail since it is about the model generation. But the generated file model/example.gen.go doesn't escape the \ for the default value, which means that gorm cannot read the default value since the struct tag is invalid.

pedroscaff avatar Aug 16 '23 16:08 pedroscaff