namespaceSqlFixture\Platform\MySql\Schema

Classes 8§

ColumnParser @visibility rootReads a column declaration into a schema value.
CreateTableQuery @visibility rootReads the database CREATE TABLE declaration.
DefaultExpression @visibility rootInterprets a SQL default expression.
DefinitionIntegrity @visibility rootChecks that the native parser retained every declared column.
IdentifierQuoter @visibility rootQuotes table identifiers for the native schema query.
TableDefinition @visibility rootReads the table name, columns and primary key from a CREATE TABLE statement.
TableDefinitionInput @visibility rootSeparates fixture column metadata from physical table partitioning.
TypeParameters @visibility rootReads length, precision and scale from a type declaration.