We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Resolve below TODO:
File: src/lib/migrations/MysqlMigrationBuilder.php
L33
protected function buildColumnChanges(ColumnSchema $current, ColumnSchema $desired, array $changed):void { $newColumn = clone $current; foreach ($changed as $attr) { $newColumn->$attr = $desired->$attr; } if (static::isEnum($newColumn)) { $newColumn->dbType = 'enum'; // TODO this is concretely not correct }
Part of #10
and
Part of cebe#180
The text was updated successfully, but these errors were encountered:
SOHELAHMED7
Successfully merging a pull request may close this issue.
Resolve below TODO:
File: src/lib/migrations/MysqlMigrationBuilder.php
L33
Part of #10
and
Part of cebe#180
The text was updated successfully, but these errors were encountered: