gen icon indicating copy to clipboard operation
gen copied to clipboard

All in one Field Option

Open tr1v3r opened this issue 3 years ago • 1 comments

Describe the feature

Provide a field option combine all field options like FieldRename/FieldType/FieldJSONTag...

Motivation

Configure table field more conveniently

Related Issues

tr1v3r avatar Nov 24 '21 03:11 tr1v3r

Provide a field option combine all field options like FieldRename/FieldType/FieldJSONTag...

g.GenerateModel("users", gen.FieldConfig(func(f *Field) {
	f.Rename()
	f.Type()
	f.JSONTag()
}))

tr1v3r avatar Nov 26 '21 08:11 tr1v3r

https://github.com/go-gorm/gen/pull/869/files

jinzhu avatar Jun 07 '23 09:06 jinzhu