decimal constant

ColumnType const decimal

Implementation

static const ColumnType decimal =
    ColumnType('decimal', hasPrecision: true, hasScale: true);