2.13.3 - Override SQLDataType.blob to BYTEA for SQLKit users
What's Changed
Override SQLDataType.blob to BYTEA for SQLKit users by @gwynne in #264
Fluent already does this for users of FluentPostgresDriver, this just adds the same behavior to the equivalent data type at the SQLKit layer.
This patch was released by @gwynne
Full Changelog: 2.13.2...2.13.3