| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828 |
- using Microsoft.EntityFrameworkCore.Migrations;
- #nullable disable
- namespace Infrastructure.Persistence.Migrations
- {
- /// <inheritdoc />
- public partial class a2 : Migration
- {
- /// <inheritdoc />
- protected override void Up(MigrationBuilder migrationBuilder)
- {
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Viewport",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Viewport",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Viewport");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Robots",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Robots",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Robots");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Keywords",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Keywords",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Keywords");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Generator",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Generator",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Generator");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Description",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Description",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Description");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Author",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Author",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Author");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_ApplicationName",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Meta Application Name",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "Meta Application Name");
- migrationBuilder.AlterColumn<string>(
- name: "Company_ZipCode",
- table: "Config",
- type: "nvarchar(8)",
- maxLength: 8,
- nullable: true,
- comment: "사업장 주소(우편번호)",
- oldClrType: typeof(string),
- oldType: "nvarchar(20)",
- oldMaxLength: 20,
- oldNullable: true,
- oldComment: "사업장 주소(우편번호)");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Tel",
- table: "Config",
- type: "nvarchar(20)",
- maxLength: 20,
- nullable: true,
- comment: "대표 전화번호",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Company_SiteUrl",
- table: "Config",
- type: "nvarchar(200)",
- maxLength: 200,
- nullable: true,
- comment: "사이트 주소",
- oldClrType: typeof(string),
- oldType: "nvarchar(300)",
- oldMaxLength: 300,
- oldNullable: true,
- oldComment: "사이트 주소");
- migrationBuilder.AlterColumn<string>(
- name: "Company_RetailSaleNo",
- table: "Config",
- type: "nvarchar(20)",
- maxLength: 20,
- nullable: true,
- comment: "통신판매업 신고번호",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Company_RegNo",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "사업자 등록 번호",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Company_Owner",
- table: "Config",
- type: "nvarchar(50)",
- maxLength: 50,
- nullable: true,
- comment: "대표자 명",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Company_Name",
- table: "Config",
- type: "nvarchar(70)",
- maxLength: 70,
- nullable: true,
- comment: "상호 명",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Company_Hosting",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "호스팅 서비스",
- oldClrType: typeof(string),
- oldType: "nvarchar(200)",
- oldMaxLength: 200,
- oldNullable: true,
- oldComment: "호스팅 서비스");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Fax",
- table: "Config",
- type: "nvarchar(20)",
- maxLength: 20,
- nullable: true,
- comment: "FAX",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Company_BankOwner",
- table: "Config",
- type: "nvarchar(70)",
- maxLength: 70,
- nullable: true,
- comment: "입금계좌 - 예금주",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "예금주");
- migrationBuilder.AlterColumn<string>(
- name: "Company_BankNumber",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "입금계좌 - 계좌번호",
- oldClrType: typeof(string),
- oldType: "nvarchar(50)",
- oldMaxLength: 50,
- oldNullable: true,
- oldComment: "계좌번호");
- migrationBuilder.AlterColumn<string>(
- name: "Company_BankCode",
- table: "Config",
- type: "nvarchar(10)",
- maxLength: 10,
- nullable: true,
- comment: "입금계좌 - 은행",
- oldClrType: typeof(string),
- oldType: "nvarchar(20)",
- oldMaxLength: 20,
- oldNullable: true,
- oldComment: "입금 계좌(은행 코드)");
- migrationBuilder.AlterColumn<string>(
- name: "Company_AdminName",
- table: "Config",
- type: "nvarchar(70)",
- maxLength: 70,
- nullable: true,
- comment: "정보관리책임자",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "정보관리책임자");
- migrationBuilder.AlterColumn<string>(
- name: "Company_AdminEmail",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "정보관리책임자 이메일",
- oldClrType: typeof(string),
- oldType: "nvarchar(200)",
- oldMaxLength: 200,
- oldNullable: true,
- oldComment: "정보관리책임자 E-mail");
- migrationBuilder.AlterColumn<string>(
- name: "Company_AddedSaleNo",
- table: "Config",
- type: "nvarchar(20)",
- maxLength: 20,
- nullable: true,
- comment: "부가통신 사업자번호",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true);
- migrationBuilder.AlterColumn<string>(
- name: "Basic_SmtpUsername",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "SMTP Username",
- oldClrType: typeof(string),
- oldType: "nvarchar(200)",
- oldMaxLength: 200,
- oldNullable: true,
- oldComment: "SMTP Username");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_SmtpPassword",
- table: "Config",
- type: "nvarchar(200)",
- maxLength: 200,
- nullable: true,
- comment: "SMTP Password",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "SMTP Password (암호화 저장 권장)");
- migrationBuilder.AlterColumn<bool>(
- name: "Basic_SmtpEnableSSL",
- table: "Config",
- type: "bit",
- nullable: false,
- defaultValue: false,
- comment: "SMTP Enable SSL",
- oldClrType: typeof(bool),
- oldType: "bit",
- oldNullable: true,
- oldComment: "SMTP Enable SSL");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_FrontWhiteIPList",
- table: "Config",
- type: "nvarchar(1000)",
- maxLength: 1000,
- nullable: true,
- comment: "사용자단 접근 가능 IP",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "사용자단 접근 가능 IP");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_FromName",
- table: "Config",
- type: "nvarchar(30)",
- maxLength: 30,
- nullable: true,
- comment: "송수신자 이름",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "송수신자 이름");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_FromEmail",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "송수신 이메일",
- oldClrType: typeof(string),
- oldType: "nvarchar(200)",
- oldMaxLength: 200,
- oldNullable: true,
- oldComment: "송수신 이메일");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_AdminWhiteIPList",
- table: "Config",
- type: "nvarchar(1000)",
- maxLength: 1000,
- nullable: true,
- comment: "관리자단 접근 가능 IP",
- oldClrType: typeof(string),
- oldType: "nvarchar(max)",
- oldNullable: true,
- oldComment: "관리자단 접근 가능 IP");
- migrationBuilder.AddColumn<string>(
- name: "Company_Address",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "사업장 소재지");
- migrationBuilder.AddColumn<string>(
- name: "Images_AppIcon_192",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "App-icon-192");
- migrationBuilder.AddColumn<string>(
- name: "Images_AppIcon_512",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "App-icon-512");
- migrationBuilder.AddColumn<string>(
- name: "Images_AppleTouchIcon",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Apple-touch-icon");
- migrationBuilder.AddColumn<string>(
- name: "Images_Favicon",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Favicon");
- migrationBuilder.AddColumn<string>(
- name: "Images_LogoHorizontal",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Logo-horizontal");
- migrationBuilder.AddColumn<string>(
- name: "Images_LogoSquare",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Logo-square");
- migrationBuilder.AddColumn<string>(
- name: "Images_OgDefault",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "og-default");
- migrationBuilder.AddColumn<string>(
- name: "Images_TwitterImage",
- table: "Config",
- type: "nvarchar(255)",
- maxLength: 255,
- nullable: true,
- comment: "Twitter-image");
- }
- /// <inheritdoc />
- protected override void Down(MigrationBuilder migrationBuilder)
- {
- migrationBuilder.DropColumn(
- name: "Company_Address",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_AppIcon_192",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_AppIcon_512",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_AppleTouchIcon",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_Favicon",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_LogoHorizontal",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_LogoSquare",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_OgDefault",
- table: "Config");
- migrationBuilder.DropColumn(
- name: "Images_TwitterImage",
- table: "Config");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Viewport",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Viewport",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Viewport");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Robots",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Robots",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Robots");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Keywords",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Keywords",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Keywords");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Generator",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Generator",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Generator");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Description",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Description",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Description");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_Author",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Author",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Author");
- migrationBuilder.AlterColumn<string>(
- name: "Meta_ApplicationName",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "Meta Application Name",
- oldClrType: typeof(string),
- oldType: "nvarchar(255)",
- oldMaxLength: 255,
- oldNullable: true,
- oldComment: "Meta Application Name");
- migrationBuilder.AlterColumn<string>(
- name: "Company_ZipCode",
- table: "Config",
- type: "nvarchar(20)",
- maxLength: 20,
- nullable: true,
- comment: "사업장 주소(우편번호)",
- oldClrType: typeof(string),
- oldType: "nvarchar(8)",
- oldMaxLength: 8,
- oldNullable: true,
- oldComment: "사업장 주소(우편번호)");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Tel",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(20)",
- oldMaxLength: 20,
- oldNullable: true,
- oldComment: "대표 전화번호");
- migrationBuilder.AlterColumn<string>(
- name: "Company_SiteUrl",
- table: "Config",
- type: "nvarchar(300)",
- maxLength: 300,
- nullable: true,
- comment: "사이트 주소",
- oldClrType: typeof(string),
- oldType: "nvarchar(200)",
- oldMaxLength: 200,
- oldNullable: true,
- oldComment: "사이트 주소");
- migrationBuilder.AlterColumn<string>(
- name: "Company_RetailSaleNo",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(20)",
- oldMaxLength: 20,
- oldNullable: true,
- oldComment: "통신판매업 신고번호");
- migrationBuilder.AlterColumn<string>(
- name: "Company_RegNo",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "사업자 등록 번호");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Owner",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(50)",
- oldMaxLength: 50,
- oldNullable: true,
- oldComment: "대표자 명");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Name",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(70)",
- oldMaxLength: 70,
- oldNullable: true,
- oldComment: "상호 명");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Hosting",
- table: "Config",
- type: "nvarchar(200)",
- maxLength: 200,
- nullable: true,
- comment: "호스팅 서비스",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "호스팅 서비스");
- migrationBuilder.AlterColumn<string>(
- name: "Company_Fax",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(20)",
- oldMaxLength: 20,
- oldNullable: true,
- oldComment: "FAX");
- migrationBuilder.AlterColumn<string>(
- name: "Company_BankOwner",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "예금주",
- oldClrType: typeof(string),
- oldType: "nvarchar(70)",
- oldMaxLength: 70,
- oldNullable: true,
- oldComment: "입금계좌 - 예금주");
- migrationBuilder.AlterColumn<string>(
- name: "Company_BankNumber",
- table: "Config",
- type: "nvarchar(50)",
- maxLength: 50,
- nullable: true,
- comment: "계좌번호",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "입금계좌 - 계좌번호");
- migrationBuilder.AlterColumn<string>(
- name: "Company_BankCode",
- table: "Config",
- type: "nvarchar(20)",
- maxLength: 20,
- nullable: true,
- comment: "입금 계좌(은행 코드)",
- oldClrType: typeof(string),
- oldType: "nvarchar(10)",
- oldMaxLength: 10,
- oldNullable: true,
- oldComment: "입금계좌 - 은행");
- migrationBuilder.AlterColumn<string>(
- name: "Company_AdminName",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "정보관리책임자",
- oldClrType: typeof(string),
- oldType: "nvarchar(70)",
- oldMaxLength: 70,
- oldNullable: true,
- oldComment: "정보관리책임자");
- migrationBuilder.AlterColumn<string>(
- name: "Company_AdminEmail",
- table: "Config",
- type: "nvarchar(200)",
- maxLength: 200,
- nullable: true,
- comment: "정보관리책임자 E-mail",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "정보관리책임자 이메일");
- migrationBuilder.AlterColumn<string>(
- name: "Company_AddedSaleNo",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- oldClrType: typeof(string),
- oldType: "nvarchar(20)",
- oldMaxLength: 20,
- oldNullable: true,
- oldComment: "부가통신 사업자번호");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_SmtpUsername",
- table: "Config",
- type: "nvarchar(200)",
- maxLength: 200,
- nullable: true,
- comment: "SMTP Username",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "SMTP Username");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_SmtpPassword",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "SMTP Password (암호화 저장 권장)",
- oldClrType: typeof(string),
- oldType: "nvarchar(200)",
- oldMaxLength: 200,
- oldNullable: true,
- oldComment: "SMTP Password");
- migrationBuilder.AlterColumn<bool>(
- name: "Basic_SmtpEnableSSL",
- table: "Config",
- type: "bit",
- nullable: true,
- comment: "SMTP Enable SSL",
- oldClrType: typeof(bool),
- oldType: "bit",
- oldComment: "SMTP Enable SSL");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_FrontWhiteIPList",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "사용자단 접근 가능 IP",
- oldClrType: typeof(string),
- oldType: "nvarchar(1000)",
- oldMaxLength: 1000,
- oldNullable: true,
- oldComment: "사용자단 접근 가능 IP");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_FromName",
- table: "Config",
- type: "nvarchar(100)",
- maxLength: 100,
- nullable: true,
- comment: "송수신자 이름",
- oldClrType: typeof(string),
- oldType: "nvarchar(30)",
- oldMaxLength: 30,
- oldNullable: true,
- oldComment: "송수신자 이름");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_FromEmail",
- table: "Config",
- type: "nvarchar(200)",
- maxLength: 200,
- nullable: true,
- comment: "송수신 이메일",
- oldClrType: typeof(string),
- oldType: "nvarchar(100)",
- oldMaxLength: 100,
- oldNullable: true,
- oldComment: "송수신 이메일");
- migrationBuilder.AlterColumn<string>(
- name: "Basic_AdminWhiteIPList",
- table: "Config",
- type: "nvarchar(max)",
- nullable: true,
- comment: "관리자단 접근 가능 IP",
- oldClrType: typeof(string),
- oldType: "nvarchar(1000)",
- oldMaxLength: 1000,
- oldNullable: true,
- oldComment: "관리자단 접근 가능 IP");
- }
- }
- }
|