final class MySqlSchemaParser
    implements SchemaParserInterface

Reads MySQL CREATE TABLE statements into table schemas.

Methods§

public function parse(string $createTableSql): TableSchema

Parses the supplied declaration into its normalized representation.

Parameters

$createTableSqlstring
Test cases 62
Called from 2
Calls 12

Test cases 79§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 61
Other tests reaching this symbol 18

Relations§

Instantiated in 4
Method calls 2
Type declarations 3