26 lines
		
	
	
		
			672 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			672 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using System;
 | 
						|
using Microsoft.EntityFrameworkCore.Migrations;
 | 
						|
 | 
						|
namespace APT.Data.Migrations.Migrations
 | 
						|
{
 | 
						|
    public partial class wyw2025092201 : Migration
 | 
						|
    {
 | 
						|
        protected override void Up(MigrationBuilder migrationBuilder)
 | 
						|
        {
 | 
						|
            migrationBuilder.AddColumn<int>(
 | 
						|
                name: "ZDEX",
 | 
						|
                table: "T_PC_INFO",
 | 
						|
                type: "int",
 | 
						|
                nullable: false,
 | 
						|
                defaultValue: 0);
 | 
						|
        }
 | 
						|
 | 
						|
        protected override void Down(MigrationBuilder migrationBuilder)
 | 
						|
        {
 | 
						|
            migrationBuilder.DropColumn(
 | 
						|
                name: "ZDEX",
 | 
						|
                table: "T_PC_INFO");
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |