mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
Optimization error tips
This commit is contained in:
@@ -250,7 +250,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
|
||||
protected override string AddDefaultValueSql => throw new NotSupportedException();
|
||||
protected override string AddDefaultValueSql => throw new NotSupportedException(" Sqlite no support default value");
|
||||
#endregion
|
||||
|
||||
#region Methods
|
||||
|
||||
Reference in New Issue
Block a user