DECIMAL

DECIMAL

fixed-point decimal types

Constructor

new DECIMAL(precision, scale)

Parameters:
Name Type Description
precision
scale
  • https://dev.mysql.com/doc/refman/8.0/en/fixed-point-types.html
Example:
DECIMAL
DECIMAL.UNSIGNED
DECIMAL(5, 2)