test RereadSql/RewriteSql #614

This commit is contained in:
2881099
2020-12-21 23:35:56 +08:00
parent c9052789f0
commit 960da5a2c2
8 changed files with 277 additions and 8 deletions

View File

@ -23,6 +23,7 @@ namespace FreeSql.Internal.Model
public string DbOldName { get; set; }
public bool DisableSyncStructure { get; set; }
public string Comment { get; internal set; }
public bool IsRereadSql { get; internal set; }
public ColumnInfo VersionColumn { get; set; }