Project

General

Profile

Actions

Bug #86897

closed

ext_tables.sql missing first field while extending a table

Added by Alexander Opitz over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2018-11-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I've an extension which have extends tt_content table inside ext_tables.sql with following lines.

#
# Table structure for table 'tt_content'
#
CREATE TABLE tt_content (
    tx_templavoilaplus_ds tinytext,
    tx_templavoilaplus_to int(11) DEFAULT '0' NOT NULL,
    tx_templavoilaplus_flex mediumtext,
    tx_templavoilaplus_pito int(11) DEFAULT '0' NOT NULL
);

The field "tx_templavoilaplus_ds" is completely ignored, all other fields are fine. This happens while installing extension but also inside the database analyser.
Ignoring only for adding field, remove works as expected.

Actions

Also available in: Atom PDF