- 删除 MySql CodeFirst 对表字符集的设置;

This commit is contained in:
28810
2019-05-09 11:42:01 +08:00
parent a59ef190d4
commit e63eb42da6
3 changed files with 11 additions and 11 deletions

View File

@ -125,7 +125,7 @@ namespace FreeSql.Tests.Oracle {
`Enum2` SET('F1','F2','F3') NOT NULL,
`Enum2Nullable` SET('F1','F2','F3'),
PRIMARY KEY (`Id`)
) Engine=InnoDB CHARACTER SET utf8;
) Engine=InnoDB;
", sql);
}