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

Update create_activity_log_table.php.stub #527

Merged
merged 1 commit into from
May 28, 2019
Merged

Update create_activity_log_table.php.stub #527

merged 1 commit into from
May 28, 2019

Conversation

markwalet
Copy link
Contributor

Make use of the bigInteger methods that Laravel 5.8 uses by default

Make use of the bigInteger methods that Laravel 5.8 uses by default
$table->string('log_name')->nullable();
$table->text('description');
$table->integer('subject_id')->nullable();
$table->bigInteger('subject_id')->nullable();
$table->string('subject_type')->nullable();
$table->integer('causer_id')->nullable();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not the causer?

@Gummibeer
Copy link
Collaborator

Should we change the the subject and causer also to unsigned?

@Gummibeer
Copy link
Collaborator

@freekmurze opinion? I would release this with #525 together.

@Gummibeer Gummibeer requested a review from freekmurze May 16, 2019 15:36
@Gummibeer Gummibeer self-assigned this May 21, 2019
@Gummibeer Gummibeer merged commit 35a93cc into spatie:master May 28, 2019
@Gummibeer
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants