You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
6 lines
154 B
Plaintext
Vendored
6 lines
154 B
Plaintext
Vendored
Base = FunctionParameters["SQLite_DB"];
|
|
Table = "test";
|
|
Name = "new_col";
|
|
|
|
Result = OPI_SQLite.DeleteTableColumn(Table, Name, Base);
|