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

db: use bigints #30

Merged
merged 1 commit into from
Aug 7, 2023
Merged

db: use bigints #30

merged 1 commit into from
Aug 7, 2023

Conversation

amyipdev
Copy link
Owner

@amyipdev amyipdev commented Aug 7, 2023

This patch switches MySQL to use the serial datatype, which is an unsigned long integer that implements most necessary things. PostgreSQL also had its "not null" tag removed, as it is implied through its usage of serial.

Signed-off-by: Amy Parker amy@amyip.net

This patch switches MySQL to use the `serial` datatype, which is an unsigned long integer that implements most necessary things. PostgreSQL also had its "not null" tag removed, as it is implied through its usage of `serial`.

Signed-off-by: Amy Parker <amy@amyip.net>
@amyipdev amyipdev merged commit 39b439f into main Aug 7, 2023
@amyipdev amyipdev mentioned this pull request Aug 8, 2023
@amyipdev amyipdev deleted the db-bigints branch August 12, 2023 03:37
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.

1 participant