SQLite Показать столбцы в таблице
PRAGMA table_info(table_name);
VasteMonde
PRAGMA table_info(table_name);
.schema tablename
sqlite> .schema my_table