zenstack
zenstack copied to clipboard
[Feature Request] Adds the @coerce directive not only for Date, it is obvious that it is needed for any field.
model Server {
host String @trim
port Int @gte(0) @lte(65535) @coerce
}