Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

SQL: Switch to UNSIGNED BIGINT #26

Open
stuartmscott opened this issue Jan 5, 2022 · 0 comments
Open

SQL: Switch to UNSIGNED BIGINT #26

stuartmscott opened this issue Jan 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@stuartmscott
Copy link
Member

Timestamps should be stored in a type such that they will not hit the maximum for a long long time. Currently timestamps are stored as UNSIGNED INT which means they will overflow in about 80 years.

@stuartmscott stuartmscott added the enhancement New feature or request label Jan 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant