DbTypeArithmeticInt - do-/node-doix-db GitHub Wiki

DbTypeArithmeticFixed is a DbTypeArithmetic descendant representing integer number types with binary internal representation.

Properties

Name Type Description
bytes int The number of bytes used to store values of this type (2 for SMALLINT, 4 for INT etc.)
isSigned Boolean Whether the values of this type can represent negative values (false for all ANSI SQL integer types)