查看具体一张表的表结构

1、如查看"EstDlpFileAttribute"表结构可使用如下命令:

 select * from sqlite_master where type="table" and name="EstDlpFileAttribute";


2、也可以使用如下命令: 注意前面有个英文的句号,后面没有分号

   .schema EstDlpFileAttribute