mirror of
https://github.com/rancher/norman.git
synced 2025-09-16 15:21:33 +00:00
Fix typo
This commit is contained in:
@@ -313,7 +313,7 @@ func applyTag(structField *reflect.StructField, field *Field) error {
|
||||
field.CodeName = value
|
||||
case "default":
|
||||
field.Default = value
|
||||
case "nullabled":
|
||||
case "nullable":
|
||||
field.Nullable = true
|
||||
case "nocreate":
|
||||
field.Create = false
|
||||
|
Reference in New Issue
Block a user