コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function processIdentifierSchema(&$schema, $key)
 {
     // The "users" table does not use serial identifiers.
     if ($key != $this->entityType->getKey('id')) {
         parent::processIdentifierSchema($schema, $key);
     }
 }