Closed CSAllenISD closed 1 year ago
It is currently not possible to directly use the Time type per https://discordapp.com/channels/431917998102675485/684159753189982218/1166740910554501172
Fixed in commit 66e36f1b2264b3ac0ccc2c8daa4ff42062218ec8 Fields now use type CHAR(8)
According to the documentation Date should be used, but this results in the following error: [ WARNING ] invalid field: 'startTime', type: Date, error: Swift.DecodingError.typeMismatch(Foundation.Date, Swift.DecodingError.Context(codingPath: [], debugDescription: "Could not convert MySQL data to Date:", underlyingError: nil))