zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

[Feature Request] Adds the @coerce directive not only for Date, it is obvious that it is needed for any field.

Open MaxmaxmaximusFree opened this issue 9 months ago • 0 comments

model  Server {
    host  String @trim
    port  Int    @gte(0) @lte(65535) @coerce 
} 

MaxmaxmaximusFree avatar Mar 28 '25 22:03 MaxmaxmaximusFree