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(mysql): add unsigned decimal type #2340

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

Nitrino
Copy link
Contributor

@Nitrino Nitrino commented Sep 28, 2023

In MySQL, the DECIMAL type can also be unsigned.

[DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]]

This PR adds a UDECIMAL type.

docs: https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html

Copy link
Collaborator

@georgesittas georgesittas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! Make sure to create commit messages according to the conventional commits guide for future PRs :)

@georgesittas georgesittas changed the title Add MySQL unsigned decimal type Feat(mysql): add unsigned decimal type Sep 28, 2023
@Nitrino
Copy link
Contributor Author

Nitrino commented Sep 28, 2023

@georgesittas thanks, I'll stick to the naming convention

@georgesittas georgesittas merged commit bcd342a into tobymao:main Sep 28, 2023
@Nitrino Nitrino deleted the add-udecimal branch October 4, 2023 10:15
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.

2 participants