demo20230512/Migrations/201503120954107_change decimal precision.Designer.cs

30 lines
844 B
C#
Raw Normal View History

2023-05-12 10:20:28 +08:00
// <auto-generated />
namespace Weee.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.1-30610")]
public sealed partial class changedecimalprecision : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(changedecimalprecision));
string IMigrationMetadata.Id
{
get { return "201503120954107_change decimal precision"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}