Cycle syntax is not added in SQL while creating a new sequence while user can create through query tool window
To Reproduce
Steps to reproduce the behavior:
- Open the query tool Window and create the following SQL
- create sequence seq2 cycle;
- See the SQL
- create a new sequence through right click
- provide the name
- Go into the definition and select the option Cycled
- Click on SQL
- See the error
Expected behavior
cycle syntax should be added while creating a new sequence
Screenshots
Desktop (please complete the following information):
- OS: [All]
- Version: [7.5]
- Mode: [All]
- Package type: [All]