Details
-
Bug
-
Status: Triage Needed
-
Low
-
Resolution: Unresolved
-
None
-
None
-
Low
-
All
-
None
Description
Low-priority nitpick: the CREATE TABLE docs page has
comments = 'some text that describes the table'
with plural `comments`, while the correct keyword to use is `comment` (singular).
Using the plural form would result in the following error when running the DDL statement: SyntaxException: Unknown property 'comments'