Skip to content

4.0.0 - The user_id field is now big integer by default

Compare
Choose a tag to compare
@chrysanthos chrysanthos released this 27 Oct 19:56
· 1 commit to master since this release
62975b4

Upgrade guide
If you are planning on switching from integers to big integers you need to create a migration that removes the index, converts the columns to be of bigInteger and re-add the index.

Note
Technically this is not a breaking if you published the migration already but tagging this as a major version just in case.