We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a15e6 commit a993c76Copy full SHA for a993c76
src/Schema/IndexBlueprint.php
@@ -186,21 +186,6 @@ public function string($column)
186
}
187
188
189
- //----------------------------------------------------------------------
190
- // Internal Laravel init migration catchers
191
- // *Case for when ES is the only datasource
192
193
-
194
- public function increments($column)
195
- {
196
- return $this->addField('keyword', $column);
197
- }
198
199
- public function string($column)
200
201
202
203
204
205
//----------------------------------------------------------------------
206
// Helpers
0 commit comments