Actions
Feature #75205
closedExtension Development, ext_tables.sql "CREATE TABLE IF NOT EXISTS"
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.
Actions