drawdb-io / drawdb

Free, simple, and intuitive online database design tool and SQL generator.
https://drawdb.app
MIT License
12.11k stars 856 forks source link

Add Support for nvarchar Datatype #18

Open LaneZero opened 2 months ago

LaneZero commented 2 months ago

Currently, DrawDB does not support the nvarchar datatype. This datatype is commonly used in SQL Server databases for storing variable-length Unicode string data. We kindly request the DrawDB development team to prioritize the implementation of nvarchar datatype support in the upcoming releases. This enhancement will significantly improve the compatibility and user experience for SQL Server database users.

image

jonas-grgt commented 2 months ago

Should we make the list of available types a hodgepodge of all types across all supported databases?

A diagram will only contain tables including types of a certain database. Therefor I would propose to add a database type connotation to a diagram that can be used to list types only specific to that database.

WDYT @1ilit ?