diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs b/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs index 9b4f7337..5c1d5d87 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/Migrations/20241108094512_simplecontent-20241108.cs @@ -13,25 +13,25 @@ protected override void Up(MigrationBuilder migrationBuilder) migrationBuilder.AddColumn( name: "ShowCreatedBy", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn( name: "ShowCreatedDate", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn( name: "ShowLastModifiedBy", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn( name: "ShowLastModifiedDate", table: "cs_Page", - type: "boolean(1)", + type: "tinyint(1)", nullable: true); migrationBuilder.AddColumn(