diff --git a/app/config/collections/platform.php b/app/config/collections/platform.php index 9220226b9e..30a8d9b785 100644 --- a/app/config/collections/platform.php +++ b/app/config/collections/platform.php @@ -1964,9 +1964,9 @@ $platformCollections = [ 'attributes' => [ [ '$id' => ID::custom('projectInternalId'), - 'type' => Database::VAR_STRING, + 'type' => Database::VAR_ID, 'format' => '', - 'size' => Database::LENGTH_KEY, + 'size' => 0, 'signed' => true, 'required' => true, 'default' => null, @@ -2100,9 +2100,9 @@ $platformCollections = [ 'attributes' => [ [ '$id' => ID::custom('projectInternalId'), - 'type' => Database::VAR_STRING, + 'type' => Database::VAR_ID, 'format' => '', - 'size' => Database::LENGTH_KEY, + 'size' => 0, 'signed' => true, 'required' => true, 'default' => null, @@ -2397,9 +2397,9 @@ $platformCollections = [ 'attributes' => [ [ '$id' => ID::custom('projectInternalId'), - 'type' => Database::VAR_STRING, + 'type' => Database::VAR_ID, 'format' => '', - 'size' => Database::LENGTH_KEY, + 'size' => 0, 'signed' => true, 'required' => true, 'default' => null,