namespace ShwasherSys.Migrations { using System; using System.Data.Entity.Migrations; public partial class updateOrderBook : DbMigration { public override void Up() { //AlterColumn("dbo.OrderBookStore", "CurrentProductStoreHouseNo", c => c.String(maxLength: 32)); } public override void Down() { //AlterColumn("dbo.OrderBookStore", "CurrentProductStoreHouseNo", c => c.String()); } } }