PgSql CodeFirst alter column bug

This commit is contained in:
skx
2021-01-29 20:36:52 +08:00
parent df578c033e
commit 2dcd4ca481
3 changed files with 45 additions and 4 deletions

View File

@@ -38,9 +38,9 @@ namespace OrmTest
Ado();
Queryable();
QueryableAsync();
Thread();
Thread2();
Thread3();
//Thread();
//Thread2();
//Thread3();
}
}
}