spacecloud-io / space-cloud

Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
https://space-cloud.io
Apache License 2.0
3.93k stars 221 forks source link

Support type uuid for Postgresql Database #1295

Closed KiSchulte closed 3 years ago

KiSchulte commented 4 years ago

At the moment track tables on Postgresql DB fail if the table has a uuid defined column?

Would be great if you can add the uuid type for the schema creation to make track possible out of the box. For now, I've followed your advice and added the table via mission control without any filed definition, so it was added schemaless.

YourTechBud commented 4 years ago

@sharadregoti this should be a fairly straightforward process.

YourTechBud commented 3 years ago

Done