You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
|
|
Base = "C:\Users\Administrator\AppData\Local\Temp\v8_2AA4_5a.sqlite";
|
||
|
|
Table = "test";
|
||
|
|
Name = "new_col";
|
||
|
|
|
||
|
|
Result = OPI_SQLite.DeleteTableColumn(Table, Name, Base);
|