atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

Drop driverType property #87

Closed mvorisek closed 3 years ago

mvorisek commented 3 years ago

for https://github.com/atk4/dsql/pull/261

BC break:

georgehristov commented 3 years ago

How can we integrate Doctrine migration mechanism here - this would be the best benefit of integrating DBAL

mvorisek commented 3 years ago

easily, but not in this PR :)

I already proposed how - add method like toDatabaseTable to Model (or thru Persistence like createDatabaseTableFromModel which will return DBAL Table)

if you want you can impl. it and I will review