How do you create a new data type

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.

 

0

Hi,

What database do you use? The only way to create custom data type is to write a query.

Thank you.

0
Avatar
Permanently deleted user

Postgres.

 

Can DataGrip create inherited tables to use as partitions or do I need to do that as a script too?

0

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.

0
Avatar
Permanently deleted user

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.

 

0

请先登录再写评论。