We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interval
unknown
I've got an INTERVAL column in my database, but the TS type is being generated as unknown.
INTERVAL
Is there a TS type that can accurately represent this?
The text was updated successfully, but these errors were encountered:
Running into the same issue
That's what returned from db
sql value -> json value 0 years 0 mons 30 days 0 hours 0 mins 0.0 secs -> "30 days" 0 years 0 mons 0 days 0 hours 0 mins 0.0 secs -> "00:00:00"
At least INTERVAL values might be of type string
Sorry, something went wrong.
No branches or pull requests
I've got an
INTERVAL
column in my database, but the TS type is being generated asunknown
.Is there a TS type that can accurately represent this?
The text was updated successfully, but these errors were encountered: