pqb 0.40.3 → 0.40.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6383,7 +6383,9 @@ const makeColumnsByType = (schema) => {
6383
6383
  jsonb: schema.json,
6384
6384
  smallserial: t.smallSerial,
6385
6385
  serial: t.serial,
6386
- bigserial: t.bigSerial
6386
+ bigserial: t.bigSerial,
6387
+ // requires citext extension
6388
+ citext: t.citext
6387
6389
  };
6388
6390
  };
6389
6391