Skip to content

Commit

Permalink
Update Column.php
Browse files Browse the repository at this point in the history
Co-authored-by: John Rayes <[email protected]>
  • Loading branch information
Sesquipedalian and live627 authored Feb 9, 2024
1 parent 1eb4cce commit aa145a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Db/Schema/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function __construct(
?int $size = null,
?bool $unsigned = null,
?bool $not_null = null,
mixed $default = null,
string|float|int|bool|null $default = null,
?bool $auto = null,
?string $charset = null,
) {
Expand Down

0 comments on commit aa145a4

Please sign in to comment.