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) 450eee0ea7 Main build (Jenkins)
2026-01-31 13:46:09 +03:00

6 lines
184 B
Plaintext
Vendored

Base = "/tmp/vnnmoosn.qqb.sqlite";
Table = "test";
Name = "new_col";
DataType = "TEXT";
Result = OPI_SQLite.AddTableColumn(Table, Name, DataType, Base);