This is the sql query that does the trick
select * from pragma_table_info('<table_name>') as tblInfoDon't forget the quotes!
This is the sql query that does the trick
select * from pragma_table_info('<table_name>') as tblInfoDon't forget the quotes!