0

Is there a possibility to add notes in DB Browser for SQLite to annotate the table?

Dr.D
  • 23
  • 3

1 Answers1

0

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.

DinoCoderSaurus
  • 6,110
  • 2
  • 10
  • 15