Skip to content

change id to bigIncrements to better match laravel new migration conventions#140

Open
ziming wants to merge 1 commit intothomasjohnkane:masterfrom
ziming:patch-1
Open

change id to bigIncrements to better match laravel new migration conventions#140
ziming wants to merge 1 commit intothomasjohnkane:masterfrom
ziming:patch-1

Conversation

@ziming
Copy link

@ziming ziming commented May 18, 2025

most of laravel migrations now use big increments for id through using $table->id()

Notification is something that rapidly grow so it make more sense to use big increment for id too or uuid 7 / ulid

this PR is about that

@ziming ziming changed the title change to bigIncrements to better match laravel new conventions change to bigIncrements to better match laravel new migration conventions May 18, 2025
@ziming ziming changed the title change to bigIncrements to better match laravel new migration conventions change id to bigIncrements to better match laravel new migration conventions May 19, 2025
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