diff --git a/pkg/model/model.go b/pkg/model/model.go index cc7728d6..892a85f2 100644 --- a/pkg/model/model.go +++ b/pkg/model/model.go @@ -56,6 +56,7 @@ func Model(c *config.ModelArgument) error { FieldNullable: c.FieldNullable, FieldSignable: c.FieldSignable, FieldWithIndexTag: c.FieldWithIndexTag, + FieldWithTypeTag: c.FieldWithTypeTag, } if len(c.ExcludeTables) > 0 || c.Type == string(consts.Sqlite) {