Support SHOW CREATE TYPE
SQL syntax
#29791
chaas
started this conversation in
Contribute to Materialize
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We should support
SHOW CREATE TYPE
, so users can more easily validate and debug that their custom types are working as expected. It's possible to get the type creation DDL statement via thecreate_sql
column inmz_types
, in the meantime.Beta Was this translation helpful? Give feedback.
All reactions