Re: [sqlite] [EXTERNAL] sqlite_master structure

2017-11-02 Thread Wout Mertens
Don't forget about this handy pragma: PRAGMA schema.table_info(table-name); This pragma returns one row for each column in the named table. Columns in the result set include the column name, data type, whether or not the column can be NULL, and the default value for the column. The "pk" column

Re: [sqlite] [EXTERNAL] sqlite_master structure

2017-11-02 Thread Hick Gunter
If an entry refers to an index, the field "name" will contain the name of the index, while the field "tbl_name" contains the name of the table the index refers to. -Ursprüngliche Nachricht- Von: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] Im Auftrag von Igor