1
This commit is contained in:
parent
814624c36f
commit
e036ec33f3
1083
asg_form/Migrations/20241019141443_qqbot5.Designer.cs
generated
Normal file
1083
asg_form/Migrations/20241019141443_qqbot5.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
28
asg_form/Migrations/20241019141443_qqbot5.cs
Normal file
28
asg_form/Migrations/20241019141443_qqbot5.cs
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace asg_form.Migrations
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
public partial class qqbot5 : Migration
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.AddColumn<string>(
|
||||||
|
name: "qqnumber",
|
||||||
|
table: "AspNetUsers",
|
||||||
|
type: "text",
|
||||||
|
nullable: true);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.DropColumn(
|
||||||
|
name: "qqnumber",
|
||||||
|
table: "AspNetUsers");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -846,6 +846,9 @@ namespace asg_form.Migrations
|
|||||||
b.Property<int>("point")
|
b.Property<int>("point")
|
||||||
.HasColumnType("integer");
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
b.Property<string>("qqnumber")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
b.HasKey("Id");
|
b.HasKey("Id");
|
||||||
|
|
||||||
b.HasIndex("NormalizedEmail")
|
b.HasIndex("NormalizedEmail")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user