mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 21:32:04 +08:00
Update sqlite dropColumn
This commit is contained in:
@@ -119,7 +119,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
return "ALTER TABLE {0} DROP {1}";
|
||||
}
|
||||
}
|
||||
protected override string DropConstraintSql
|
||||
|
||||
Reference in New Issue
Block a user