mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
e35eb97746
commit
5afa9e2314
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user