Skip to content

Commit bc129f2

Browse files
committed
Merge branch '5.4' into 5.5
2 parents 99bccca + ce0f128 commit bc129f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package/database-php-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Depending on the specific column class implementing additional interfaces, the f
6464
Additionally, there are some additionally classes of commonly used columns with specific properties:
6565

6666
- `DefaultFalseBooleanDatabaseTableColumn` (a `tinyint` column with length `1`, default value `0` and whose values cannot be `null`)
67-
- `DefaultTrueBooleanDatabaseTableColumn` (a `tinyint` column with length `0`, default value `0` and whose values cannot be `null`)
67+
- `DefaultTrueBooleanDatabaseTableColumn` (a `tinyint` column with length `1`, default value `1` and whose values cannot be `null`)
6868
- `NotNullInt10DatabaseTableColumn` (a `int` column with length `10` and whose values cannot be `null`)
6969
- `NotNullVarchar191DatabaseTableColumn` (a `varchar` column with length `191` and whose values cannot be `null`)
7070
- `NotNullVarchar255DatabaseTableColumn` (a `varchar` column with length `255` and whose values cannot be `null`)

0 commit comments

Comments
 (0)