cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

Are tables with SYSTEM VERSIONING (available in MariaDB v10.3+) supported? #2244

Closed mp-improvement-it closed 9 months ago

mp-improvement-it commented 10 months ago

I am aware SYSTEM VERSIONING is not entirely database agnostic across different databases.

I could not find any mention of it in your documentation. Nor could I find it in your source code. Is it possible to create tables with SYSTEM VERSIONING using your migrations? If not, is there any intention of including this over time? Thanks.

dereuromark commented 10 months ago

I dont think that is within the scope.