persistence/Persistence.Database.Postgres/Readme.md

5 lines
127 B
Markdown
Raw Normal View History

## Создать миграцию
```
dotnet ef migrations add <MigrationName> --project Persistence.Database.Postgres
```