If you have the sqlite database, use the sqlite3 command line program and thethese commands:
.tables - to
To list all the tables in the database
.schema tablename - to:
.tables To show the schema for thea given tabletablename:
.schema tablename