1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-04 20:54:02 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/AddTableColumn.txt
T
Vitaly the Alpaca (bot) eb1646ecd1 Main build (Jenkins)
2026-03-18 17:32:38 +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);