We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Database Structure (markdown)
Mention that FSRS difficulty is logged in place of factor in revlogs if FSRS is enabled
Added `md` (technically added later than the V11 schema, but forwards/backwards compatible, and useful to document)
Fix broken link
due for cards in filtered decks. Ref: https://github.com/ankitects/anki/blob/c1fc45928dfa3fd12050c2bf254c2e3f33463830/rslib/src/scheduler/filtered/card.rs#L27
Mention a new revlog type
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
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'