The block_hash column of the anchor table currently has INTEGER type. While this mostly works in practice given that SQLite uses dynamic typing, it will be more correct from a schema perspective if the column was TEXT, as is typical of other hash types.