Skip to content

Load table checks #356

@Tigrov

Description

@Tigrov

db-mysql/src/Schema.php

Lines 495 to 498 in 30513b4

protected function loadTableChecks(string $tableName): array
{
throw new NotSupportedException(__METHOD__ . ' is not supported by MySQL.');
}

The check constraints can be loaded from the information_schema.CHECK_CONSTRAINTS table.

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