Is there a possibility to add notes in DB Browser for SQLite to annotate the table?
DB Browser for SQLite does not preserve comments used in a CREATE TABLE statement. As @Shawn commented, you can use comments in CREATE TABLE from command line sqlite3. This (old) post gives example.