MCPcopy
hub / github.com/sequelize/sequelize / extend

Method extend

src/data-types.js:43–45  ·  view source on GitHub ↗
(oldType)

Source from the content-addressed store, hash-verified

41 }
42 }
43 static extend(oldType) {
44 return new this(oldType.options);
45 }
46}
47
48ABSTRACT.prototype.dialectTypes = '';

Callers 3

normalizeDataTypeMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected