Hi, I was looking at my anki sqlite file and I was wondering if someone could tell me what the ‘due’ column is for? I guess it shows the number of days before a certain card is shown to the user, but what does a negative ‘due’ mean? I checked the id on the anki browser tab and the one in the red box is due today.
I’ve never seen negative due values. How are you viewing the database?
For review cards, the value is the number of days relative to the collection’s creation date, which is stored as a timestamp in the crt colum of the col table.