mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 04:59:34 +08:00
Update sqlite dropColumn
This commit is contained in:
parent
89b9f4fc8f
commit
9f366a7e0b
@ -119,7 +119,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
return "ALTER TABLE {0} DROP {1}";
|
||||
}
|
||||
}
|
||||
protected override string DropConstraintSql
|
||||
|
Loading…
Reference in New Issue
Block a user