DecimalColumn class final

Framework\Database\Definition\Table\Columns\Numeric\DecimalColumn

Class DecimalColumn.

Extends Framework\Database\Definition\Table\Columns\Numeric\NumericDataType

Defined in libraries/database/src/Definition/Table/Columns/Numeric/DecimalColumn.php

Properties #

$type
-
$maxLength
-
$decimal
-

$type

protected string $type = 'decimal'

$maxLength

protected int $maxLength = 11

$decimal

protected float $decimal

Methods #

renderLength()
-

renderLength()

protected function renderLength(): ?string
Returns ?string

Inherited methods #