How to define a new data type

how to define a new data type example whose sql syntax may look like

create type my type AS (
good varchar,
bad varchar
)

Hi @paperless,

The ability to define a new data type is not available. We will consider about this feature in the future.

Regards.

1 Like

+1 The nocode platform Iā€™m using now has String, Image Path, etc data types. Would be nice to add custom data types to autocomplete vs type it manually.