TIL that #SQLite has a built-in field for database schema version, and migration frameworks don't have to create a separate table

https://sqlite.org/pragma.html#pragma_user_version
Pragma statements supported by SQLite