Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Ddl/Column/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Ddl/Column/BigInteger.php

<?php

namespace Laminas\Db\Sql\Ddl\Column;

class BigInteger extends Integer
{
    /** @var string */
    protected $type = 'BIGINT';
}