RFC: "nativeuuid" type for databases with native uuid support
This is to allow the use of the native uuid for mariadb 10.7+ users. For other database it's simply an alias to the existing uuid type. Sqlite is explicitly not supported because it doesnt have a native type.
Related Issue: https://github.com/cakephp/phinx/issues/2256
Note: To test this you need an to add 'nativeuuid' to Cake\Database\TypeFactory $_types.
Once this is accepted I can also do the change in CakePHP.
@nicosp Phinx is now being separated standalone. To also port this into CakePHP (Migrations), this would also need a 2nd PR to https://github.com/cakephp/migrations
@nicosp Phinx is now being separated standalone. To also port this into CakePHP (Migrations), this would also need a 2nd PR to https://github.com/cakephp/migrations
Ok, which branch should I target there?
current one, so 4.x one is fine.
Thanks for the PR!