Skip to content

sqlite fts5 migration  #237

@ak5

Description

@ak5

I want to make a table with the fts5 sqlite extension like so:

CREATE VIRTUAL TABLE mytable_fts using fts5(content="mytable", mycolumn);

this works in sqlite3 but not in a dbmate migration with the error Error: no such module: fts5.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions