Postgres not generate table automatically #354
-
Sir, I am so appreciative of your incredible job, as an newer of Nestjs, For learning aspect, I start an new project aligned with your first version, is hard for me to inspect this weirdo, could you ever take a glance at my problem? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Some Info for refer, I'm using Postgres16 and Navicat(visualiztion for SQL Tool). Could you help me? Thanks, if more info need to provide for investigating, please message me freely. Thanks. |
Beta Was this translation helpful? Give feedback.
-
are you using npm scripts or justfile. I think you forgot to migrate the db. This will persist the migrations on our db. |
Beta Was this translation helpful? Give feedback.
are you using npm scripts or justfile. I think you forgot to migrate the db. This will persist the migrations on our db.
https://github.com/rubiin/ultimate-nest#migration-and-seeding did you run this?