Describe the bug
SQLServer - INDENTITY clause in column definition causes a problem with the entry size
To Reproduce
Steps to reproduce the behavior:
In the ddl:
[cifno] [numeric](10, 0) IDENTITY(1,1) NOT NULL,
puts (1,1) in the size field
Expected behavior
Either ignore the IDENTITY clause or create a separate object entry for the identity value
Screenshots
None
Desktop (please complete the following information):
- OS: Windows 11
- Browser chrome
- Version 01/10/2023