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 1ee042a commit 5ab04deCopy full SHA for 5ab04de
src/Schema/IndexBlueprint.php
@@ -67,6 +67,11 @@ public function float($field): Definitions\FieldDefinition
67
{
68
return $this->addField('float', $field);
69
}
70
+
71
+ public function double($field): Definitions\FieldDefinition
72
+ {
73
+ return $this->addField('double', $field);
74
+ }
75
76
public function short($field): Definitions\FieldDefinition
77
0 commit comments