update

2881099
2022-08-03 14:50:45 +08:00
parent c480ed7470
commit a68313520f

@@ -105,7 +105,7 @@ fsql.CodeFirst.GetTableByEntity(typeof(AsTableLog))
[Table(Name = "db2.Comment")]
class Comment { ... }
[Table(Name = "dbd.Comment")]
[Table(Name = "db3.Comment")]
class Topic { .. }
```