1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/docs/en/cli/sqlite/AddTableColumn/bash.txt
T
Vitaly the Alpaca (bot) 64d919e0d9 Test data update (Jenkins)
2026-03-06 00:29:46 +00:00

5 lines
120 B
Plaintext
Vendored

oint sqlite AddTableColumn \
--table "test" \
--name "new_col" \
--type "TEXT" \
--db "/tmp/ftu3deek.42j.sqlite"