hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.11k stars 2.76k forks source link

console: make Primary key optional when creating table #6235

Open hgiasac opened 3 years ago

hgiasac commented 3 years ago

Several table types don't allow or require Primary key. Most of them are from extension such as TimescaleDB hypertable

The workaround is writing migration manually, or create table with Primary key, then delete it on Modify tab

shrestharajani commented 2 years ago

I would like to give it a try