SQLite3 Visual Table Schema
.header ON
.mode columns
PRAGMA table_info(table);
Stupid Snake
.header ON
.mode columns
PRAGMA table_info(table);