Skip to content

Field Type SelectSingle #454

@alexander-nitsche-governikus

Description

Describe the bug
When not setting dbFieldLength, the default db column length of a TCA select field seems to be longtext instead of varchar(255).

To Reproduce
Steps to reproduce the behavior:

  1. Create a select field in a content block without setting the dbFieldLength property.
  2. Run typo3 database:updateschema
  3. Verify that the auto-created select field has type "longtext" in the database.

Expected behavior
The auto-created select field should have type "varchar(255)" in the database.

TYPO3 Version
13.4.19

Content Blocks Version:
1.3.18 (composer mode)

Metadata

Metadata

Assignees

No one assigned

    Labels

    SupportSupport on how to use functionalitiesenhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions