mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Code First
This commit is contained in:
@@ -93,6 +93,9 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Private methods
|
||||
public string GetCreateTableString(EntityInfo entityInfo)
|
||||
{
|
||||
StringBuilder result = new StringBuilder();
|
||||
|
Reference in New Issue
Block a user