I think line 5 could be part of the problem. I believe the table.integer needs to be changed to table.uuid since I do not have increment fields on the tables. I tried changing it to table.uuid('account'); but it appears it’s overwritten when I attempt to apply the changes.
Are you sure you have selected UUID as table field, as with Postgres a lot more have to be done when using UUID’s and a generation code as much more complex:
Could it be because I’m reusing ‘users’ and that was a previous table with an integer primary key? Maybe when I deleted it Wappler didn’t remove all files and something is getting referenced?
I’m simply sharing an opinion here, from experience, Wappler’s database manager isn’t the right place to create and manage Postgres tables, schemas, indices, etc…
It’s far too complex and nuanced a database. Use a proven tool such as PGAdmin for management and then Wappler at the applicaiton layer.
I didn’t say it’s all bad. I just talked about my experiences. Experience as a power user, more so than most others in the community, including the development team.
When was the last time you, Patrick, Teodor or anyone else actually sat down and tried to build something of real commercial value and complexity with Wappler? Only when you do so, will you realise the reality behind your marketing messages and my comments.
It’s absolutely ridiculous to believe that Wappler is the best Postgres database manager and the simplest way to edit Postgres schemas. These tools have had large teams and years of investment to get where they are - they’re built on real expertise in the specifics of that database. Not hubris.
I’m a huge fan of Wappler becuase I’ve fought the battles with all the issues it has. I also realise how great it could be one day if done the right way.
My experience has been a great education. But the fees were high
@George, I restarted my computer and strangely the attributes on the table fields are different now. I’m not sure what the restart fixed, but I am able to create reference fields now.
I no longer see ‘unique’ and ‘allow null’ on the uuid fields.
Strange indeed that is why I could replicate it and it was working fine to me. Maybe there was some old cached definition of your accounts table or the uuid wasn’t recognized completely because it is a custom field in Postgres