Project

General

Profile

Actions

Feature #75205

closed

Extension Development, ext_tables.sql "CREATE TABLE IF NOT EXISTS"

Added by Alex Nostadt about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2016-03-21
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:

Description

When using "CREATE TABLE IF NOT EXISTS" in ext_tables.sql is not created, whereas when using "CREATE TABLE" without "IF NOT EXISTS" the table is created.

I have tested it with TYPO3 v7.6.2.

I faced the issue because I have build an ERD using MySQL Workbench which generates create table statements including the "IF NOT EXISTS" option.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #77643: Reimplement SqlSchemaMigrationService using SchemaManagerClosedMorton Jonuschat2016-08-25

Actions
Actions

Also available in: Atom PDF