From 2cc03548a835242f549196d847b596d7f33a59ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 8 Oct 2023 12:59:25 +0200 Subject: [PATCH] [FEATURE] #101653 - Auto-create DB fields from TCA columns for type "check" Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/647 Releases: main --- Documentation/ColumnsConfig/Type/Check/Index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/ColumnsConfig/Type/Check/Index.rst b/Documentation/ColumnsConfig/Type/Check/Index.rst index 9321a997..f5d4b608 100644 --- a/Documentation/ColumnsConfig/Type/Check/Index.rst +++ b/Documentation/ColumnsConfig/Type/Check/Index.rst @@ -6,6 +6,12 @@ Checkboxes ========== +.. versionadded:: 13.0 + When using the `check` type, TYPO3 takes care of + :ref:`generating the according database field `. + A developer does not need to define this field in an extension's + :file:`ext_tables.sql` file. + Introduction ============