mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 15:52:58 -05:00
11 lines
No EOL
123 B
SQL
11 lines
No EOL
123 B
SQL
select
|
|
id,
|
|
cid,
|
|
usn,
|
|
ease,
|
|
cast(ivl AS integer),
|
|
cast(lastIvl AS integer),
|
|
factor,
|
|
time,
|
|
type
|
|
from revlog |