Synchronization code

This commit is contained in:
sunkaixuan 2023-10-28 21:02:24 +08:00
parent e35eb97746
commit 5afa9e2314

View File

@ -40,6 +40,7 @@ namespace SqlSugar
bool CreateIndex(string tableName, string[] columnNames, string IndexName, bool isUnique = false);
bool DropTable(string tableName);
bool DropView(string viewName);
bool DropIndex(string indexName);
bool DropFunction(string funcName);
bool DropProc(string procName);
bool DropTable(params string[] tableName);