laravel-arangodb icon indicating copy to clipboard operation
laravel-arangodb copied to clipboard

Configure default key options

Open LaravelFreelancerNL opened this issue 10 months ago • 0 comments

ArangoDB supports several key generators. The default is 'traditional', somewhat akin to the MySQL auto increment generator.

If you want to use a different one throughout your project you now have to edit each migration file.

Making the key options configurable lets a user set it for all migration files. Some commands like autoincrement and uuid on either the 'id' or '_key' field should still override the default.

LaravelFreelancerNL avatar Apr 14 '24 14:04 LaravelFreelancerNL