|
@@ -116,7 +116,8 @@ public partial class a2 : Migration
|
|
|
comment: "대표 전화번호",
|
|
comment: "대표 전화번호",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "대표 전화번호");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Company_SiteUrl",
|
|
name: "Company_SiteUrl",
|
|
@@ -140,7 +141,8 @@ public partial class a2 : Migration
|
|
|
comment: "통신판매업 신고번호",
|
|
comment: "통신판매업 신고번호",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "통신판매업 신고번호");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Company_RegNo",
|
|
name: "Company_RegNo",
|
|
@@ -151,7 +153,8 @@ public partial class a2 : Migration
|
|
|
comment: "사업자 등록 번호",
|
|
comment: "사업자 등록 번호",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "사업자 등록 번호");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Company_Owner",
|
|
name: "Company_Owner",
|
|
@@ -162,7 +165,8 @@ public partial class a2 : Migration
|
|
|
comment: "대표자 명",
|
|
comment: "대표자 명",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "대표자 명");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Company_Name",
|
|
name: "Company_Name",
|
|
@@ -173,7 +177,8 @@ public partial class a2 : Migration
|
|
|
comment: "상호 명",
|
|
comment: "상호 명",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "상호 명");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Company_Hosting",
|
|
name: "Company_Hosting",
|
|
@@ -197,7 +202,8 @@ public partial class a2 : Migration
|
|
|
comment: "FAX",
|
|
comment: "FAX",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "FAX");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Company_BankOwner",
|
|
name: "Company_BankOwner",
|
|
@@ -273,7 +279,8 @@ public partial class a2 : Migration
|
|
|
comment: "부가통신 사업자번호",
|
|
comment: "부가통신 사업자번호",
|
|
|
oldClrType: typeof(string),
|
|
oldClrType: typeof(string),
|
|
|
oldType: "nvarchar(max)",
|
|
oldType: "nvarchar(max)",
|
|
|
- oldNullable: true);
|
|
|
|
|
|
|
+ oldNullable: true,
|
|
|
|
|
+ oldComment: "부가통신 사업자번호");
|
|
|
|
|
|
|
|
migrationBuilder.AlterColumn<string>(
|
|
migrationBuilder.AlterColumn<string>(
|
|
|
name: "Basic_SmtpUsername",
|
|
name: "Basic_SmtpUsername",
|