From ce0f12873eec6b02f88e09a5fcc276fe863e5796 Mon Sep 17 00:00:00 2001 From: XeroX Date: Tue, 21 Mar 2023 19:01:56 +0100 Subject: [PATCH] Update DefaultTrueBooleanDatabaseTableColumn description Resolves #366 --- docs/package/database-php-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package/database-php-api.md b/docs/package/database-php-api.md index 33a71e9f..54e9fc30 100644 --- a/docs/package/database-php-api.md +++ b/docs/package/database-php-api.md @@ -82,7 +82,7 @@ Depending on the specific column class implementing additional interfaces, the f Additionally, there are some additionally classes of commonly used columns with specific properties: - `DefaultFalseBooleanDatabaseTableColumn` (a `tinyint` column with length `1`, default value `0` and whose values cannot be `null`) -- `DefaultTrueBooleanDatabaseTableColumn` (a `tinyint` column with length `0`, default value `0` and whose values cannot be `null`) +- `DefaultTrueBooleanDatabaseTableColumn` (a `tinyint` column with length `1`, default value `1` and whose values cannot be `null`) - `NotNullInt10DatabaseTableColumn` (a `int` column with length `10` and whose values cannot be `null`) - `NotNullVarchar191DatabaseTableColumn` (a `varchar` column with length `191` and whose values cannot be `null`) - `NotNullVarchar255DatabaseTableColumn` (a `varchar` column with length `255` and whose values cannot be `null`) -- 2.20.1