MySQL seems to not have an BOOLEAN datatype (people suggesting BIT, but that doesn't fix the issue) and because of that, sqlx requires i32/i16 in values that are most of the time or always are simply booleans.
database.sql just screams out loud to be refactored to use PostgreSQL features to the maximum.