Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ ZEROFILL
Method
ZEROFILL
src/data-types.js:229–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
227
}
228
229
get ZEROFILL() {
230
this._zerofill = true;
231
this.options.zerofill = true;
232
return
this;
233
}
234
235
static get UNSIGNED() {
236
return
new
this().UNSIGNED;
Callers
1
data-types.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected