Files
codex_truenas_helper/tmp_channels_cols.sql
Rushabh Gosar 5d1a0ee72b Initial commit
2026-01-07 16:54:39 -08:00

2 lines
120 B
SQL

SELECT column_name, data_type FROM information_schema.columns WHERE table_name='channels' ORDER BY ordinal_position;