-
Notifications
You must be signed in to change notification settings - Fork 94
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
Revamp functions to use DEFAULT values #283
Comments
but SELECT col_not_null('schema'::name, 'table'::name, 'column'::name); treated right! |
also col_has_default has same bug |
also col_hasnt_default has same bug |
also col_default_is has same bug |
also has_pk has same bug |
also hasnt_pk has same bug |
also col_is_pk has same bug |
also col_isnt_pk has same bug |
also has_unique has same bug |
also col_is_unique has same bug |
|
treated as
The text was updated successfully, but these errors were encountered: