Status
typeorm migration:show -- -d path-to-datasource-configLast updated
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
Last updated