Undo the last TypeORM database migration in a LaunchFrame project to roll back schema changes.
101,529 tools. Last updated 2026-04-11 00:09
- Execute pending TypeORM database migrations to update the local database schema for LaunchFrame projects.
- Generate TypeORM entity files with LaunchFrame conventions for database modeling, supporting primary key types, multi-tenancy, and enums.
- Generate a TypeORM migration file for LaunchFrame projects to manage database schema changes with a specified name and project path.
- Retrieve TypeORM entity conventions for LaunchFrame projects, including decorators, naming strategies, column types, and relations to ensure consistent database implementation.