Actions
Bug #104413
closedIssue with custom database variable type (ENUM & SET DataTypes)
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2024-07-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:
Description
Issue with command "extension:setup" with composer based setup.¶
Please check attaced stacktrace in attached screenshot.
AFAIK, It was issue with the ext_tables.sql specially for the "ENUM" datatype
CREATE TABLE tx_example_domain_model_scope ( scope ENUM('pages', 'seo', 'content', 'translation', 'media', 'techies') NOT NULL, iso_code varchar(255) NOT NULL DEFAULT '', speech varchar(255) NOT NULL DEFAULT '' );
It is already working with TYPO3 v12.
Files
Actions