Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Outerbase SQLite databases return STRING instead of TEXT as column type #3

Description

@Brayden

There is an issue where SQLite database columns are returned from the Outerbase API as a STRING instead of the column type it actually is, which is TEXT.

Steps to recreate:

  1. Create an Outerbase SQLite database
  2. Add a new table to the database
  3. Create a new column in that table with the type set to TEXT
  4. Run the script sync-database-models
  5. Observe the new column in the generated Typescript model has it listed as any type instead of string

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinginternal

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions