Date Transformation Error with SQL Model in Effect Typescript Library
Hello! While trying to implement an sql Model with an field: CreatedAt: Model.DateTimeInsert I run into the following transformation error. Apparently a Date is being returned where a string is expected. What am I missing here?

