Project

General

Profile

Actions

Bug #104413

open

Issue with custom database variable type

Added by Nilesh Malankiya about 7 hours ago. Updated about 7 hours ago.

Status:
Accepted
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2024-07-17
Due date:
% Done:

0%

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

image.png (404 KB) image.png Nilesh Malankiya, 2024-07-17 14:44
Actions

Also available in: Atom PDF