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

Refactor user_id column type from unsignedInteger to unsignedBigInteger #392

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

milad-abdi
Copy link

In this pull request, the user_id column in the migration file has been updated from unsignedInteger to unsignedBigInteger. This change ensures better compatibility, especially when the id column in the users table is of type unsignedBigInteger.

The reason for this change is to handle larger integer values and to prevent potential issues when referencing the users table with BIGINT primary keys. It also aligns with Laravel's default use of unsignedBigInteger for the id column in the users table, ensuring proper foreign key relationships.

This update is backward-compatible as the column remains nullable, and no additional changes to the database structure are required beyond this modification.

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