s
This commit is contained in:
parent
68664b8884
commit
e802378099
7498
VOL.Core/Migrations/20250709074047_20250709v3.Designer.cs
generated
Normal file
7498
VOL.Core/Migrations/20250709074047_20250709v3.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
37
VOL.Core/Migrations/20250709074047_20250709v3.cs
Normal file
37
VOL.Core/Migrations/20250709074047_20250709v3.cs
Normal file
@ -0,0 +1,37 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace VOL.Core.Migrations
|
||||
{
|
||||
public partial class _20250709v3 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AlterColumn<int>(
|
||||
name: "Rank",
|
||||
table: "Ai_FastJumpRopeData",
|
||||
type: "int",
|
||||
nullable: true,
|
||||
comment: "等级",
|
||||
oldClrType: typeof(int),
|
||||
oldType: "int",
|
||||
oldComment: "等级");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AlterColumn<int>(
|
||||
name: "Rank",
|
||||
table: "Ai_FastJumpRopeData",
|
||||
type: "int",
|
||||
nullable: false,
|
||||
defaultValue: 0,
|
||||
comment: "等级",
|
||||
oldClrType: typeof(int),
|
||||
oldType: "int",
|
||||
oldNullable: true,
|
||||
oldComment: "等级");
|
||||
}
|
||||
}
|
||||
}
|
@ -543,8 +543,8 @@ namespace VOL.Core.Migrations
|
||||
.HasColumnType("int")
|
||||
.HasComment("运动时长/秒");
|
||||
|
||||
b.Property<string>("Rank")
|
||||
.HasColumnType("nvarchar(100)")
|
||||
b.Property<int?>("Rank")
|
||||
.HasColumnType("int")
|
||||
.HasComment("等级");
|
||||
|
||||
b.Property<int>("RankEnum")
|
||||
|
@ -203,8 +203,8 @@ namespace VOL.Entity.DomainModels
|
||||
/// </summary>
|
||||
[Display(Name = "等级")]
|
||||
[Comment("等级")]
|
||||
[Column(TypeName = "nvarchar(100)")]
|
||||
public string Rank { get; set; }
|
||||
[Column(TypeName = "int")]
|
||||
public int? Rank { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///错误个数[敏捷:错误个数]
|
||||
|
@ -19,8 +19,8 @@
|
||||
//"DbConnectionString": "Data Source=DESKTOP-JJQM2OL\\SQLEXPRESS;Initial Catalog=netcoredev;Persist Security Info=True;User ID=sa;Password=123456;Connect Timeout=500;",
|
||||
|
||||
//mysql连接字符串(升级EFCore3.1到时已将mysql连接字符串修改,2019-12-20)
|
||||
"DbConnectionString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=SmartSportsServerDB_QA;User ID=yd;Password=Admin@123456;Connect Timeout=500;",
|
||||
//"DbConnectionString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=SmartSportsServerDB;User ID=yd;Password=Admin@123456;Connect Timeout=500;",
|
||||
//"DbConnectionString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=SmartSportsServerDB_QA;User ID=yd;Password=Admin@123456;Connect Timeout=500;",
|
||||
"DbConnectionString": " Data Source=rm-uf64b8oxdt19pfyxfao.sqlserver.rds.aliyuncs.com;Database=SmartSportsServerDB;User ID=yd;Password=Admin@123456;Connect Timeout=500;",
|
||||
|
||||
//"DbConnectionString": "Server=192.168.10.230;Port=3306;Database=dachentradedb;Uid=root;Pwd=123456;AllowLoadLocalInfile=true;Command Timeout=120;",
|
||||
//"DbConnectionString": "Server=47.101.60.251;Port=3306;Database=smartsports;Uid=root;Pwd=Admin@123;AllowLoadLocalInfile=true;Command Timeout=120;",
|
||||
|
Loading…
x
Reference in New Issue
Block a user