MCPcopy
hub / github.com/sequelize/sequelize / JSONB

Class JSONB

src/data-types.js:535–536  ·  view source on GitHub ↗

* A binary storage JSON column. Only available in Postgres.

Source from the content-addressed store, hash-verified

533 * A binary storage JSON column. Only available in Postgres.
534 */
535class JSONB extends JSONTYPE {
536}
537
538/**
539 * A default value of the current timestamp

Callers 1

data-types.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected