doctrine / dbal

Doctrine Database Abstraction Layer
https://www.doctrine-project.org/projects/dbal.html
MIT License
9.4k stars 1.33k forks source link

feat: add support for function as default value #6441

Open vencakrecl opened 3 weeks ago

vencakrecl commented 3 weeks ago
Q A
Type feature
Fixed issues

Summary

Added support for function as default value, for example id UUID NOT NULL DEFAULT gen_random_uuid()

derrabus commented 2 weeks ago

Also, please keep in mind that we only allow bugfixes on the 3.8.x branch. Your change however adds new functionality. For that, please target 4.1.x.