Skip to content

Commit ce0f128

Browse files
xerox8521TimWolla
authored andcommitted
Update DefaultTrueBooleanDatabaseTableColumn description
Resolves #366
1 parent b235aca commit ce0f128

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
@@ -82,7 +82,7 @@ Depending on the specific column class implementing additional interfaces, the f
8282
Additionally, there are some additionally classes of commonly used columns with specific properties:
8383

8484
- `DefaultFalseBooleanDatabaseTableColumn` (a `tinyint` column with length `1`, default value `0` and whose values cannot be `null`)
85-
- `DefaultTrueBooleanDatabaseTableColumn` (a `tinyint` column with length `0`, default value `0` and whose values cannot be `null`)
85+
- `DefaultTrueBooleanDatabaseTableColumn` (a `tinyint` column with length `1`, default value `1` and whose values cannot be `null`)
8686
- `NotNullInt10DatabaseTableColumn` (a `int` column with length `10` and whose values cannot be `null`)
8787
- `NotNullVarchar191DatabaseTableColumn` (a `varchar` column with length `191` and whose values cannot be `null`)
8888
- `NotNullVarchar255DatabaseTableColumn` (a `varchar` column with length `255` and whose values cannot be `null`)

0 commit comments

Comments
 (0)