mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
The `notes.sfld` column in the `collection.anki2` database has type `integer`, even though it contains text. This is [something SQLite allows](https://dba.stackexchange.com/questions/106364/text-string-stored-in-sqlite-integer-column) and was done to allow integer values to sort numerically. Add a comment explaining this. |
||
|---|---|---|
| .. | ||
| card | ||
| config | ||
| deck | ||
| deckconf | ||
| graves | ||
| note | ||
| notetype | ||
| revlog | ||
| tag | ||
| upgrades | ||
| mod.rs | ||
| schema11.sql | ||
| sqlite.rs | ||
| sync.rs | ||
| sync_check.rs | ||