Is there a possibility to add notes in DB Browser for SQLite to annotate the table?
Asked
Active
Viewed 318 times
0
-
You can have comments in CREATE TABLE etc. statements. – Shawn Dec 03 '18 at 21:37
1 Answers
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