Make sure all int64 db fields are using bigint when actually storing the data #741
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/bigint-for-int-fields"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR is mostly a massive migration to convert all existing records from
int(11)
tobigint
.