How to handle MySQL/MariaDB TIME columns in Amazon DMS
We're experiencing issues when using Amazon DMS for ongoing replication of a MySQL/MariaDB database. The issue specifically happens with TIME columns, whose values get garbled like this: 13:22:31 becomes 112:16:02 13:23:59 becomes -911:43:62 (which is actually below the documented minimum…