查看所有表的表结构:select * from sqlite_master where type = "table";查看某个表的表结构select * from sqlite_master where name = "table_name"