'can't create adminUser tabel when using migrate with nestjs-admin
I'm working on create admin dashboard with nestjs-admin for my api and I'm trying to create adminUser table in my psotgresql database using migration a ,
but when i create migration with npm run migration:create adminmig
my script in package.json is npm run typeorm:cli -- migration:create -d src/database/migrations -n
i can't get adminUser table , all i get an empty migration file

where is the problem ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
