System Fields
Cedalio automatically handles multiple system fields for types marked with the
@model
directive. There is no need for you to manually add these fields to any models within your schema.The
id
field is of the type ID and automatically managed by Cedalio.The
createdAt
field is of the type DateTime and automatically managed by Cedalio.updatedAt
The
updatedAt
field is of the type DateTime and automatically managed by Cedalio.Last modified 5mo ago