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

feat: use numeric type on fields with decimal casts #1583

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ekisu
Copy link

@ekisu ekisu commented Aug 18, 2024

Summary

This PR changes the type of fields with decimal casts to numeric.

Closes #1582

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

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

@ekisu ekisu force-pushed the numeric-string-on-decimal-casts branch from 254a4d8 to 3b383ed Compare August 18, 2024 14:46
@ekisu ekisu changed the title feat: use numeric-string type on fields with decimal casts feat: use numeric type on fields with decimal casts Aug 18, 2024
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.

Generate numeric-string type for model fields with a decimal cast
1 participant