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