Problem Creating PostgreSQL Table
I created an empty project with a PostgreSQL database for a bit of testing, but ran into a problem creating test data. For some reason, I can't even create the simplest possible table in my new DB. It gives me this very unhelpful error message and nothing else. What am I doing wrong? I would describe myself as beginner/intermediate with backend stuff, so maybe I'm just missing some stupid detail?
Solution:Jump to solution
please dont use the data tab for anything more than a "yeah theres some data in here" check, use a proper database client like dbgate
9 Replies
Project ID:
55a1136a-f5dd-4665-8b5b-9add7f6a19be
55a1136a-f5dd-4665-8b5b-9add7f6a19be
Solution
please dont use the data tab for anything more than a "yeah theres some data in here" check, use a proper database client like dbgate
Can you explain why? Is this feature not functional? To be clear, this is not a real project. It really is for testing purposes only.
the team has not been able to give the data tab much attention so it falls short for anything other than use case i mentioned
Fair enough. Would this be possible with pgAdmin as well? I've used that a bit but have never touched dbgate.
yeah definitely
Great, I'll look into that. Thanks!
no problem!