We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71ea53 commit a356ef8Copy full SHA for a356ef8
composer.json
@@ -10,7 +10,7 @@
10
],
11
"homepage": "https://github.com/phpzm/persistence",
12
"license": "MIT",
13
- "version": "1.0.0",
+ "version": "1.0.1",
14
"type": "package",
15
"authors": [
16
{
src/Field.php
@@ -364,7 +364,7 @@ public function reject(): Field
364
public function primaryKey(): Field
365
366
$this->option('primaryKey', true);
367
- return $this->integer()->recover(false);
+ return $this->integer()->update(false)->recover(false);
368
}
369
370
/**
0 commit comments