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