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

6 lines
184 B
Plaintext
Raw Normal View History

Base = "/tmp/vnnmoosn.qqb.sqlite";
2025-06-09 22:06:01 +03:00
Table = "test";
Name = "new_col";
DataType = "TEXT";
Result = OPI_SQLite.AddTableColumn(Table, Name, DataType, Base);