初始化webSite

This commit is contained in:
hogan
2018-12-27 16:36:02 +08:00
parent 77faf6e982
commit 433c2d2b2d
174 changed files with 27938 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace FreeSql.Tests.MySql {
var sql = g.mysql.CodeFirst.GetComparisonDDLStatements<TableAllType>();
if (string.IsNullOrEmpty(sql) == false) {
Assert.Equal(@"CREATE TABLE IF NOT EXISTS `cccddd`.`tb_alltype` (
Assert.Equal(@"CREATE TABLE IF NOT EXISTS `freesqltest`.`tb_alltype` (
`Id` INT(11) NOT NULL AUTO_INCREMENT,
`testFieldBool` BIT(1) NOT NULL,
`testFieldSByte` TINYINT(3) NOT NULL,