mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-18 17:48:00 +08:00
Update the 2.0 -> 3.0 migration guide to include the missing columns
This commit is contained in:
@@ -199,7 +199,11 @@ If your application uses Entity Framework Core or Entity Framework 6, add a migr
|
||||
|
||||
| Table | Column name | Type | Nullable |
|
||||
|--------------------------|----------------|----------|----------|
|
||||
| OpenIddictApplications | DisplayNames | string | Yes |
|
||||
| OpenIddictApplications | Requirements | string | Yes |
|
||||
| OpenIddictAuthorizations | CreationDate | DateTime | Yes |
|
||||
| OpenIddictScopes | Descriptions | string | Yes |
|
||||
| OpenIddictScopes | DisplayNames | string | Yes |
|
||||
| OpenIddictTokens | RedemptionDate | DateTime | Yes |
|
||||
|
||||
## If necessary, enable hybrid flow support in the server options
|
||||
|
Reference in New Issue
Block a user