The kotlin code generator generates pretty much all columns as nullable types (to be consistent with SQL), however the extensions in this project are only on non-nullable field types. So in addition to the Field<JSON> extension, Field<JSON?> extensions would also be necessary.