# Functions
ConstraintSize directive to constrain field between minimun and maximum values.
MarshalGormDeletedAt marshal gorm.DeletedAt to string.
MarshalInt64ID marshal int64 to string ID.
MarshalNullInt64 marshal int64 to string ID.
MarshalNullInt64ID marshal int64 to string ID.
MarshalNullString marshal int64 to string ID.
MarshalNullTimeRFC3339Nano :nodoc:.
MarshalTimeRFC3339Nano marshal time.Time to string RFC3339Nano.
UnmarshalGormDeletedAt unmarshal v into gorm.DeletedAt.
UnmarshalInt64ID unmarshal ID into int64.
UnmarshalNullInt64 unmarshal ID into int64.
UnmarshalNullInt64ID unmarshal ID into int64.
UnmarshalNullString unmarshal string into null.String.
UnmarshalNullTimeRFC3339Nano unmarshal v into time.Time.
UnmarshalTimeRFC3339Nano unmarshal v into time.Time.