Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ data-types.ts
File
data-types.ts
types/test/data-types.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expectTypeOf } from
'expect-type'
;
2
import
{ DataTypes } from
'sequelize'
;
3
4
const
{ TINYINT, SMALLINT, MEDIUMINT, BIGINT, INTEGER } = DataTypes;
Callers
nothing calls this directly
Calls
6
ZEROFILL
Method · 0.80
TINYINT
Class · 0.50
SMALLINT
Class · 0.50
MEDIUMINT
Class · 0.50
BIGINT
Class · 0.50
INTEGER
Class · 0.50
Tested by
no test coverage detected