You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromsimple_ddl_parserimportddl_parsersql="CREATE TABLE public.test (date_updated timestamp with time zone);"result=ddl_parser.DDLParser(sql).run()
print(result)
results in []
This type is used by Directus CMS, so I can't use another type =(
The text was updated successfully, but these errors were encountered:
umaxfun
changed the title
Postgres type timestamp with timezone result to table not appearing in the list
Using Postgres type timestamp with time zone results to table not appearing in the list
May 11, 2024
The code
results in
[]
This type is used by Directus CMS, so I can't use another type =(
The text was updated successfully, but these errors were encountered: