gen
gen copied to clipboard
add Optimisticlock in gen
Describe the feature
add Optimisticlock in gen
Motivation
Related Issues
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"))