gen icon indicating copy to clipboard operation
gen copied to clipboard

add Optimisticlock in gen

Open peacess opened this issue 3 years ago • 1 comments

Describe the feature

add Optimisticlock in gen

Motivation

Related Issues

peacess avatar Aug 12 '22 09:08 peacess

GEN allow you to specify field type on your own. https://github.com/go-gorm/gen#generate-model

g.GenerateModel("people", gen.FieldType("version", "optimisticlock.Version"))

tr1v3r avatar Aug 13 '22 04:08 tr1v3r