db-schema-visualizer
db-schema-visualizer copied to clipboard
Table names is being truncated.
Describe the bug When adding a table name that is longer than the (ColumnName + DataType), the full table name does NOT get shown.
To Reproduce Steps to reproduce the behavior:
- Create a .dbml file.
- Add the following DBML content to that file.
-
Table dbo.tb_FairlyLongTableName { TestID INT Name NVARCHAR(100) Value NVARCHAR(300) CreatedDate DATETIME ModifiedDate DATETIME }
- Preview using the extension.
Expected behavior To see the full table name.
Screenshots
Desktop (please complete the following information):
- VSCode on windows.
- Version [0.3.2] of the extension.