numeric constant

ColumnType const numeric

Implementation

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