SyntaxFix
Write A Post
Hire A Developer
Questions
If you have the sqlite database, use the sqlite3 command line program and these commands:
To list all the tables in the database:
.tables
To show the schema for a given tablename:
tablename
.schema tablename