-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
Milestone
Description
Re: CREATE TABLE
Issue Description
The first example creates a table with no primary key, but this is never desirable in CRDB.
Suggested Resolution
Swap the order of the with/without primary key examples. Add a warning to the "no primary key" example indicating that this is supported for compatibility with other databases, but that it's always better to specify a primary key.