Decimal
class Decimal extends Column (View source)
The Decimal class.
Constants
SIGNED |
|
UNSIGNED |
|
ALLOW_NULL |
|
NOT_NULL |
|
Methods
__construct(string $name = null, string $length = null, bool $signed = false, bool $allowNull = false, string $default, string $comment = '', array $options = array())
Class init.
autoIncrement(boolean $autoIncrement = true)
Method to set property autoIncrement
from Column
Details
at line line 32
__construct(string $name = null, string $length = null, bool $signed = false, bool $allowNull = false, string $default, string $comment = '', array $options = array())
Class init.
Column
allowNull(boolean $allowNull = true)
Method to set property allowNull
Column
autoIncrement(boolean $autoIncrement = true)
Method to set property autoIncrement