Skip to content

Commit

Permalink
[FEATURE] #102237 - Auto-create DB fields from TCA columns for type "…
Browse files Browse the repository at this point in the history
…number" (#878)

Related: TYPO3-Documentation/Changelog-To-Doc#710
Releases: main
  • Loading branch information
brotkrueml authored Nov 19, 2023
1 parent a762cd5 commit c4c39f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/ColumnsConfig/Type/Number/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Number
The TCA type :php:`number` has been introduced. It replaces the
:php:`eval=int` and :php:`eval=double2` options of TCA type :php:`input`.

.. versionadded:: 13.0
When using the `number` type, TYPO3 takes care of
:ref:`generating the according database field <t3coreapi:auto-generated-db-structure>`.
A developer does not need to define this field in an extension's
:file:`ext_tables.sql` file.


The TCA type :php:`number` should be used to input values representing numbers.

Expand Down

0 comments on commit c4c39f7

Please sign in to comment.