Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an EnumType for MySQL/MariaDB #6536

Merged
merged 1 commit into from
Oct 10, 2024

Implement an EnumType for MySQL/MariaDB

ad34f74
Select commit
Loading
Failed to load commit list.
Merged

Implement an EnumType for MySQL/MariaDB #6536

Implement an EnumType for MySQL/MariaDB
ad34f74
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 10, 2024 in 1s

58.82% of diff hit (target 70.44%)

View this Pull Request on Codecov

58.82% of diff hit (target 70.44%)

Annotations

Check warning on line 654 in src/Platforms/AbstractMySQLPlatform.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Platforms/AbstractMySQLPlatform.php#L654

Added line #L654 was not covered by tests

Check warning on line 657 in src/Platforms/AbstractMySQLPlatform.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Platforms/AbstractMySQLPlatform.php#L656-L657

Added lines #L656 - L657 were not covered by tests

Check warning on line 663 in src/Platforms/AbstractMySQLPlatform.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Platforms/AbstractMySQLPlatform.php#L660-L663

Added lines #L660 - L663 were not covered by tests

Check warning on line 250 in src/Schema/Column.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/Column.php#L250

Added line #L250 was not covered by tests

Check warning on line 252 in src/Schema/Column.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/Column.php#L252

Added line #L252 was not covered by tests

Check warning on line 139 in src/Schema/MySQLSchemaManager.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/MySQLSchemaManager.php#L139

Added line #L139 was not covered by tests

Check warning on line 202 in src/Schema/MySQLSchemaManager.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/MySQLSchemaManager.php#L200-L202

Added lines #L200 - L202 were not covered by tests

Check warning on line 220 in src/Schema/MySQLSchemaManager.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/MySQLSchemaManager.php#L220

Added line #L220 was not covered by tests

Check warning on line 241 in src/Schema/MySQLSchemaManager.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/MySQLSchemaManager.php#L241

Added line #L241 was not covered by tests

Check warning on line 244 in src/Schema/MySQLSchemaManager.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/MySQLSchemaManager.php#L243-L244

Added lines #L243 - L244 were not covered by tests

Check warning on line 249 in src/Schema/MySQLSchemaManager.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Schema/MySQLSchemaManager.php#L246-L249

Added lines #L246 - L249 were not covered by tests