Description
Here are the changes I believe we need for this task:
1) For DERBY-6904, we need to update https://db.apache.org/derby/docs/10.13/ref/rrefsqlj81859.html to document the syntax and behavior of using ALTER TABLE to change the CYCLE option for a generated column.
2) For DERBY-6905, we need to update https://db.apache.org/derby/docs/10.13/ref/rrefsistabs22441.html to document the new AUTOINCREMENTCYCLE column that appears in SYSCOLUMNS
3) For DERBY-6906, we need to update https://db.apache.org/derby/docs/10.13/ref/rrefsqlj37836.html to document that a generated column spec can now explicitly state NO CYCLE
I believe these are all the documentation changes that are necessary.