Postgres data table missing

Recently I am migrating the database from ms sql to postgres.

But it's the second time I didn't see the user/trending tables generated automatically.
I have three projects currently migrated:

  1. the first project is migrated and the following data table appears straightaway.
  2. second project was migrated but the following tables appears after I restarted the gateway.
  3. third project didn't have the table appears at all, even after the gateway restarted and the database restarted. But for the third project, I have enabled the audit function and the audit table was generated automatically in the database.
    image

Not sure where I can find out the root cause? I checked the log book, it appears normal.

image

the tables come back after I created the first user.