How do you create a new data type Permanently deleted user Created December 28, 2016 20:56 I have "imported" a database with another custom data type (enum) and I want to create another but I can't see how to do that in the IDE.
Hi,
What database do you use? The only way to create custom data type is to write a query.
Thank you.
Postgres.
Can DataGrip create inherited tables to use as partitions or do I need to do that as a script too?
Hi,
DataGrip can not create inherited tables. You need to write script. If you want to get script you can use `Copy DDL` action from context menu
Thank you.
Thank you for the answer. At this point I will end my evaluation and when DataGrip performance and features are improved I will evaluate it again.
Compared to other products like PyCharm for me DataGrip feels like an unfinished product.