# Answer **Repository Path**: char_2/answer ## Basic Information - **Project Name**: Answer - **Description**: 答题小程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-03 - **Last Updated**: 2023-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Answer #### Description 答题小程序 # 数据库迁移方法 首先进入EF文件 dotnet ef --startup-project ..\Dome.Webapi\ migrations add init dotnet ef --startup-project ..\Dome.Webapi\ database update