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 columns aren't correctly inferred as strings.
supabase gen types --lang=typescript --local
unknown
The interval column should be generated as string.
string
n/a
The format of the string depends on SET intervalstyle, but it's always a string.
SET intervalstyle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
Interval columns aren't correctly inferred as strings.
To Reproduce
supabase gen types --lang=typescript --local
unknown
Expected behavior
The interval column should be generated as
string
.Screenshots
n/a
System information
Additional context
The format of the string depends on
SET intervalstyle
, but it's always a string.The text was updated successfully, but these errors were encountered: