Skip to content

Commit 6138919

Browse files
committed
Automatically adding autoincrement annotation on autoincrement columns
1 parent d5eb68f commit 6138919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TdbmFluidColumnOptions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function comment(string $comment): self
7676
public function autoIncrement(): self
7777
{
7878
$this->fluidColumnOptions->autoIncrement();
79+
$this->addAnnotation('Autoincrement');
7980
return $this;
8081
}
8182

0 commit comments

Comments
 (0)