1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/AddTableColumn.txt
T
Vitaly the Alpaca (bot) b6ecca4e75 Main build (Jenkins)
2025-10-29 21:59:54 +03:00

7 lines
215 B
Plaintext
Vendored

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