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 1073888 commit ea1d3a6Copy full SHA for ea1d3a6
docs/includes/schema-builder/flights_migration.php
@@ -28,7 +28,7 @@ public function up(): void
28
'required' => ['license_number'],
29
'properties' => [
30
'license_number' => [
31
- 'bsonType' => 'integer',
+ 'bsonType' => 'int',
32
'minimum' => 1000,
33
'maximum' => 9999,
34
],
0 commit comments