You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-28 20:46:05 +02:00
12 lines
378 B
Plaintext
Vendored
12 lines
378 B
Plaintext
Vendored
Base = "/tmp/vnnmoosn.qqb.sqlite";
|
|
Table = "test";
|
|
Name = "new_col";
|
|
DataType = "TEXT";
|
|
|
|
Options = New Structure;
|
|
Options.Insert("table", Table);
|
|
Options.Insert("name" , Name);
|
|
Options.Insert("type" , DataType);
|
|
Options.Insert("db" , Base);
|
|
|
|
Result = OPI_TestDataRetrieval.ExecuteTestCLI("sqlite", "AddTableColumn", Options); |