11 lines
136 B
Markdown
11 lines
136 B
Markdown
### Create migration
|
|
|
|
```bash
|
|
yarn typeorm:create-migration AddAccount
|
|
```
|
|
|
|
### Run migrations
|
|
|
|
```bash
|
|
yarn typeorm:run-migrations
|
|
``` |