feat: add support for function as default value
| Q | A |
|---|---|
| Type | feature |
| Fixed issues |
Summary
Added support for function as default value, for example id UUID NOT NULL DEFAULT gen_random_uuid()
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.
@derrabus I added a functional test, see https://github.com/doctrine/dbal/pull/6441/commits/24a2b4aeb619de0d094f84d00de384445b3c33e2
Schema comparison is still not covered.
There hasn't been any activity on this pull request in the past 90 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. If you want to continue working on it, please leave a comment.
This pull request was closed due to inactivity.