Skip to content

Add hasColumn/hasColumns  #3002

Closed
Closed
@Alex-Belyi

Description

@Alex-Belyi

Currently both methods just return true;

 /** @inheritdoc */
    public function hasColumn($table, $column)
    {
        return true;
    }

    /** @inheritdoc */
    public function hasColumns($table, array $columns)
    {
        return true;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions