We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Space Cloud auto generates constraints like foreign keys and unique keys from the SDL. These constraints need to have a name. For example:
ADD CONSTRAINT <CONSTRAINT_NAME> PRIMARY KEY (Field1);
It will be better if we can document how Space Cloud chooses this CONSTRAINT_NAME based on the table and columns.
CONSTRAINT_NAME
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Space Cloud auto generates constraints like foreign keys and unique keys from the SDL. These constraints need to have a name. For example:
It will be better if we can document how Space Cloud chooses this
CONSTRAINT_NAME
based on the table and columns.The text was updated successfully, but these errors were encountered: