Project

General

Profile

Actions

Feature #85994

open

create schema migration hook with dbal access

Added by Marco Pfeiffer over 5 years ago. Updated about 4 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2018-08-27
Due date:
% Done:

0%

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

Description

It is currently possible to create or modify sql tables using the tablesDefinitionIsBeingBuilt hook. This hook expects you to create a string with the syntax expected in ext_tables.sql.

There should be a way to directly access and modify the schema used by doctrine dbal since that would be a much simpler api than to modify a string.

Actions

Also available in: Atom PDF