hedronium\Jables\types\BigInteger::init PHP Method

init() public method

public init ( $table, $name )
    public function init($table, $name)
    {
        if ($this->definition('ai') === true) {
            return $table->bigIncrements($name);
        }
        return $table->bigInteger($name);
    }
BigInteger