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

Add support gist/gin indexes #14

Merged
merged 6 commits into from Jul 15, 2019
Merged

Add support gist/gin indexes #14

merged 6 commits into from Jul 15, 2019

Conversation

pvsaintpe
Copy link
Member

Schema::create('table', function (Blueprint $table) {
    $table->gist(['column1', 'column2']); 
    $table->gin('column1');
});

@pvsaintpe pvsaintpe added the feature New Features label Jul 15, 2019
@pvsaintpe pvsaintpe added this to the 2.2.0 milestone Jul 15, 2019
@pvsaintpe pvsaintpe self-assigned this Jul 15, 2019
@lazeevv
Copy link
Member

lazeevv commented Jul 15, 2019

нужно разрешить конфликт с мастером еще

@lazeevv lazeevv merged commit d4e311b into master Jul 15, 2019
@pvsaintpe pvsaintpe deleted the feature/exclude-gist branch December 20, 2020 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants