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
Related dev. issue(s): tarantool/tarantool#6436
Product: Tarantool Since: 2.10.0 Audience/target: devs Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/space_create/ SME: @ alyapunov
Follow-up on #2628 as requested by @ Totktonada in a comment in #2627 :
I see nothing about constraints in the API description: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/space_create/. It is nice to have guides, but an API reference is more important.
Need to write a reference for foreign keys as well.
box.schema.space.create
foreign_key
box.space.format
The text was updated successfully, but these errors were encountered:
Update constraints and foreign keys docs (#3583)
b0c3a30
Resolves #3043, #3360, #3361, #3429 Co-authored-by: Andrey Aksenov <[email protected]>
p7nov
No branches or pull requests
Related dev. issue(s): tarantool/tarantool#6436
Product: Tarantool
Since: 2.10.0
Audience/target: devs
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/space_create/
SME: @ alyapunov
Details
Follow-up on #2628 as requested by @ Totktonada in a comment in #2627 :
Need to write a reference for foreign keys as well.
Definition of done
box.schema.space.create
reference contains the description of theforeign_key
parameterbox.space.format
reference contains the description of theforeign_key
parameterThe text was updated successfully, but these errors were encountered: