Storm\Drivers\Platforms\Mysql\Columns\DataTypes\BigIntDataType::__construct PHP Метод

__construct() публичный Метод

public __construct ( $Unsigned = false )
    public function __construct($Unsigned = false)
    {
        if (self::$Is64BitPHP === null) {
            self::$Is64BitPHP = PHP_INT_SIZE === 8;
        }
        parent::__construct('BIGINT', $Unsigned);
    }