MAPG-101 change Modify::$autoIncrement default value
This commit is contained in:
parent
b2c1749695
commit
e0273a4c41
@ -16,7 +16,7 @@ class Modify
|
||||
|
||||
private array $original = [];
|
||||
|
||||
private bool $autoIncrement = false;
|
||||
private bool $autoIncrement = true;
|
||||
|
||||
public function __construct(IConnection $connection, string $table)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user