We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mention about the difference in how v2 and v3 schedulers store the value of ivl. See https://forums.ankiweb.net/t/details-about-the-database-structure/33457/6
due => review
minor clarifications to `due`
update due's `new` description
mention about type=4 in revlog table and change the term for type=3 to match the term Anki uses in card info
Use absolute link. The relative link worked when ...wiki/Database-Structure was open but not when ...wiki/Database-Structure/ was open.
attempt 2
fixed broken link
Fix typos across the text
Correct milliseconds spelling
Add subheadings for each table
I stuggled to understand the "left" value so I added an example
Put extensions in code highlighting; capitalised SQLite; hyperlinked SQLite for people who haven't heard of it.
split out the "cards" table - WIP: attempting something cool with documentation
Updated Database Structure (markdown)
wording change to clarify col.decks JSONObjects values
col.decks is a JSONObject containing other JSONObjects
update description of `req` field in Models to indicate it is backwards-compatibility only now
collapseTime
consts.py defined a card with a 'queue' value of 2 is 'QUEUE_TYPE_REV'
add 'preview' queue value of 4 per consts.py
consts.py defined a card of type 2 is 'CARD_TYPE_REV'
sfld - it's an int in our code and in Anki Desktop
Fix formatting for "sortf" JSON field
see schedv2.py, line 24 and https://github.com/ankitects/anki/pull/433#discussion_r373816291
Correcting a link