-
Notifications
You must be signed in to change notification settings - Fork 474
256 create table #296
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
256 create table #296
Conversation
@@ -1,22 +1,111 @@ | |||
--- | |||
title: CREATE TABLE | |||
toc: false | |||
toc_not_nested: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know the contributing.md file asked for toc_not_nested
at some point, but it's no longer needed.
Thanks for this work, @uptimeDBA! I added some comments and will find the right devs to review for you. As with the other PR, once this is good-to-go from a correctness standpoint, I'll merge and do a copy edit in another PR. |
Reviewed 1 of 1 files at r9. create-table.md, line 31 [r9] (raw file):
This is a relatively obscure feature for most readers. If you want to make this point, please support it with examples (and/or counter-examples). create-table.md, line 87 [r9] (raw file):
You have already refered above to the fact that a rowid column is implicitly created if there is no primary key. This is clear. However it is not clear here why the UNIQUE constraint makes a difference. Please clarify more. Also it would be interesting to make a comment as to why/how a table with no columns could be useful. Comments from Reviewable |
Review status: all files reviewed at latest revision, 7 unresolved discussions. create-table.md, line 31 [r9] (raw file):
|
…oach-docs into gh-pages tangled up in git
Review status: 0 of 33 files reviewed at latest revision, 7 unresolved discussions. create-table.md, line 4 [r9] (raw file):
|
…oach-docs into 256-create-table
LGTM, Paul. I'll merge now so we can include in this week's release notes. I'll open a separate PR to tweak some language/formatting, but nothing urgent. |
A bit of a moving target this one, and I broke something using git but I think I fixed it.
Some links are dependent on the constraints documentation that is still under review.
This change is