Skip to content

Commit e04a0a6

Browse files
committed
removed $name from the ID column
1 parent 100e41e commit e04a0a6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Schema/Columns/ID.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ class ID extends Integer_Column {
3333
*/
3434
protected bool $auto_increment = true;
3535

36-
/**
37-
* The name of the column.
38-
*
39-
* @var string
40-
*/
41-
protected string $name = 'id';
42-
4336
/**
4437
* Whether the column is a primary key.
4538
*

0 commit comments

Comments
 (0)