Skip to content

Support function calls in column defaults #2406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1ilit opened this issue Apr 29, 2025 · 0 comments · Fixed by #2417
Closed

Support function calls in column defaults #2406

1ilit opened this issue Apr 29, 2025 · 0 comments · Fixed by #2417
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@1ilit
Copy link

1ilit commented Apr 29, 2025

Database Engine
PostgreSQL.

To Reproduce
-the SQL that be parsed

CREATE TABLE public.person (
    external_id character varying(255) DEFAULT "substring"(md5((random())::text), 1, 6)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants