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

feat: add support for Schema::increments #175

Merged
merged 12 commits into from
Feb 19, 2024
Merged

Conversation

taka-oyama
Copy link
Collaborator

This will allow migrations, jobs and other database related features to work properly.

#174 needs to be merged first.

Closes #157

@taka-oyama taka-oyama added the enhancement New feature or request label Jan 25, 2024
@taka-oyama taka-oyama self-assigned this Jan 25, 2024
@taka-oyama taka-oyama force-pushed the feature/uuid-support branch from fdb5a0a to 8b54515 Compare January 26, 2024 01:57
@taka-oyama taka-oyama force-pushed the feature/increments-support branch from 7b7d86c to 4a5a8cf Compare February 16, 2024 08:01
Base automatically changed from feature/uuid-support to master February 19, 2024 02:30
@taka-oyama taka-oyama marked this pull request as ready for review February 19, 2024 02:32
use Illuminate\Database\Query\Expression;
use Illuminate\Database\Schema\ColumnDefinition as BaseColumnDefinition;

class ColumnDefinition extends BaseColumnDefinition
Copy link
Contributor

Choose a reason for hiding this comment

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

Since UuidColumnDefinition is used, it does not seem necessary to add this class.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

src/Schema/Blueprint.php Outdated Show resolved Hide resolved
@taka-oyama taka-oyama requested a review from tyabu12 February 19, 2024 08:01
Copy link
Contributor

@tyabu12 tyabu12 left a comment

Choose a reason for hiding this comment

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

LGTM

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@taka-oyama
Copy link
Collaborator Author

Thanks for reviewing! @tyabu12

@taka-oyama taka-oyama merged commit dfbed79 into master Feb 19, 2024
1 check passed
@taka-oyama taka-oyama deleted the feature/increments-support branch February 19, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants