I’m confused about schema. - `.schema` returns s...
# core
s
I’m confused about schema. •
.schema
returns schema as I expect. •
select *  FROM pragma_table_xinfo("os_version");
returns something similar to, but different from schema. •
select name, sql from  sqlite_temp_master
returns schema, but is missing several tables Does anyone know why some of our tables aren’t in
sqlite_temp_master
? (Or
sqlite_master
and where they might be?)