Status
To show all migrations and whether they've been run or not use following command:
typeorm migration:show -- -d path-to-datasource-config
[X] = Migration has been ran
[ ] = Migration is pending/unapplied
To show all migrations and whether they've been run or not use following command:
typeorm migration:show -- -d path-to-datasource-config
[X] = Migration has been ran
[ ] = Migration is pending/unapplied