Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Tuan Zen
6,882 Pointssqlite .tables only show android_metadata
root@generic_x86:/ # cd data/data/com.teamtreehouse.mememaker root@generic_x86:/data/data/com.teamtreehouse.mememaker # cd databases root@generic_x86:/data/data/com.teamtreehouse.mememaker/databases # ls meme.db meme.db-journal memes.db memes.db-journal qlite3 meme.db < SQLite version 3.8.10.2 2015-05-20 18:17:19 Enter ".help" for usage hints. sqlite> .tables android_metadata sqlite> .schema MEMES sqlite> .schema ANNOTATIONS sqlite> .tables android_metadata
The terminal doesnt show ANNOTATIONS and MEMES like in the video while the code is the same. Did I do something wrong? Any explanation is appreciated.
Philip Gales
15,193 PointsPhilip Gales
15,193 PointsPlease post the code where you created the database.