We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3bf72 commit d3282bcCopy full SHA for d3282bc
1 file changed
tests/e2e/Adapter/Scopes/AttributeTests.php
@@ -2313,13 +2313,13 @@ public function testCreateAttributesBigIntValidationSignedUnsignedAndSizeMetadat
2313
}
2314
2315
2316
- // Batch create with unsigned bigint should be accepted with default size semantics.
2317
$largeUnsignedAttribute = [[
2318
'$id' => 'unsigned_bigint_large',
2319
'type' => Database::VAR_BIGINT,
2320
'size' => 0,
2321
'required' => false,
2322
'signed' => false,
+ 'default' => '18446744073709551615'
2323
]];
2324
$this->assertTrue($database->createAttributes($collectionName, $largeUnsignedAttribute));
2325
0 commit comments