Update sqlite dropColumn

This commit is contained in:
sunkaixuan 2023-11-20 02:53:13 +08:00
parent 89b9f4fc8f
commit 9f366a7e0b

View File

@ -119,7 +119,7 @@ namespace SqlSugar
{
get
{
throw new NotSupportedException();
return "ALTER TABLE {0} DROP {1}";
}
}
protected override string DropConstraintSql