An open API service indexing awesome lists of open source software.

https://github.com/lxsbw/db-base-ts-typeorm

TypeORM transfer script
https://github.com/lxsbw/db-base-ts-typeorm

db script typeorm

Last synced: 10 months ago
JSON representation

TypeORM transfer script

Awesome Lists containing this project

README

          

## Description

TypeOrm 迁移脚本项目

## Installation

```bash
$ yarn install
```

## 新增迁移脚本

```bash
$ yarn migration:create xx
```

## 运行迁移脚本

```bash
$ yarn migration:run
```

## Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

## License

Nest is [MIT licensed](LICENSE).