Account Reference field not showing on User table

Wappler Version : 5.3.2
Operating System : Windows 11
Server Model: node.js
Database Type: Postgres
Hosting Type: local Docker

Expected behavior

The account reference field should appear under user table.

Actual behavior

The account field does not appear.

How to reproduce

  1. Create two tables, each with uuid primary key.
  2. Relate one table to the other using reference.

I can see the knex change, but it doesn’t appear in Database Manager. If I try to undo the change I get an error about it not existing.

If I look at the db.json, I do not see the account reference field. So how did I get a change/migration file without a change applying to the db?

I was able to add another reference field (i.e. attachment reference) afterwards that was successful. :man_shrugging:

Fixed in Wappler 5.4

This topic was automatically closed after 24 hours. New replies are no longer allowed.