1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-16 04:03:20 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/AddTableColumn.txt
T
Vitaly the Alpaca (bot) e76284da50 Main build (Jenkins)
2025-06-18 21:53:54 +03:00

7 lines
224 B
Plaintext
Vendored

Base = "C:\Users\Administrator\AppData\Local\Temp\v8_B4C9_162.sqlite";
Table = "test";
Name = "new_col";
DataType = "TEXT";
Result = OPI_SQLite.AddTableColumn(Table, Name, DataType, Base);