You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create an Outerbase SQLite database
Add a new table to the database
Create a new column in that table with the type set to TEXT
Run the script sync-database-models
Observe the new column in the generated Typescript model has it listed as any type instead of string
The text was updated successfully, but these errors were encountered:
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 isTEXT
.Steps to recreate:
TEXT
sync-database-models
any
type instead ofstring
The text was updated successfully, but these errors were encountered: