Hi All, The latest version of SQLite supports `json` type https://www.sqlite.org/json1.html, but in the TypeORM business logic no. Do you have any plan to update it based on the last SQLite version? https://github.com/typeorm/typeorm/blob/master/src/driver/types/ColumnTypes.ts#L188 https://github.com/typeorm/typeorm/blob/master/src/driver/sqlite-abstract/AbstractSqliteDriver.ts#L128 I need this for e2e testing. By removing this constraint, I will be able to add all my e2e tests very easily without any workaround. `timestamp` type is supported by SQLite as well.