Closed BuzzCutNorman closed 1 year ago
This is an issue to remind me to add UNIQUEIDENTIFIER support.
UNIQUEIDENTIFIER
if sql_type_name == 'UNIQUEIDENTIFIER': return { "type": ["string"], "format": "uuid" }
This is an issue to remind me to add
UNIQUEIDENTIFIER
support.