MCPcopy
hub / github.com/sequelize/sequelize / StringDataType

Interface StringDataType

types/lib/data-types.d.ts:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77export interface StringDataType extends AbstractDataType {
78 options?: StringDataTypeOptions;
79 BINARY: this;
80 validate(value: unknown): boolean;
81}
82
83export interface StringDataTypeOptions {
84 length?: number;

Callers

nothing calls this directly

Implementers 15

Modellib/model.js
InstanceValidatorlib/instance-validator.js
STRINGlib/data-types.js
TEXTlib/data-types.js
CITEXTlib/data-types.js
NUMBERlib/data-types.js
INTEGERlib/data-types.js
FLOATlib/data-types.js
DECIMALlib/data-types.js
BOOLEANlib/data-types.js
DATElib/data-types.js
HSTORElib/data-types.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…