Skip to content

schema: anchor block_hash column should have type TEXT #12

@ValuedMammal

Description

@ValuedMammal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions