Skip to content

Conversation

@BrainStone
Copy link

@BrainStone BrainStone commented Oct 28, 2025

Summary

Previously decimal columns were represented with a cast. This now is no longer the case and instead the column type itself is decimal. This change takes that into account.

This fixes #1738

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • Existing tests have been adapted and/or new tests have been added
  • Update the README.md
  • Code style has been fixed via composer fix-style

Previously `decimal` columns were represented with a cast. This now is no longer the case and instead the column type itself is `decimal`. This change takes that into account.
@BrainStone
Copy link
Author

MR is now ready for review and merging. I didn't spot anything in the README that needed updating, so no changes there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

decimal column type no longer being declared as numeric

1 participant