You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate alter column position migration for MySQL and MariaDB if a field position(of existing field/column) is changed in YAML (OpenAPI spec). If a column position is changed in OpenAPI and nothing else then its MySQL/Maria migration should be generated to alter column position.
Only for MySQL and MariaDB
Generate alter column position migration for MySQL and MariaDB if a field position(of existing field/column) is changed in YAML (OpenAPI spec). If a column position is changed in OpenAPI and nothing else then its MySQL/Maria migration should be generated to alter column position.
Also:
add a test for: a column change: data type + comment + position; all 3 are changedmoved to Add a test for: a column change: data type + comment + position; all 3 are changed #64Part of cebe#122, #10
The text was updated successfully, but these errors were encountered: