Storm\Drivers\Platforms\SQLite\Columns\ColumnSet::IncrementInt64 PHP Метод

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

public IncrementInt64 ( $Name, $PrimaryKey = true )
    public function IncrementInt64($Name, $PrimaryKey = true)
    {
        return new Column($Name, new Columns\CastingDataType('BIGINT', 'int'), $PrimaryKey, [new Columns\Traits\Increment()]);
    }