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
can't generate column for interval field
├── sea-orm v0.9.3 │ ├── sea-orm-macros v0.9.3 (proc-macro) │ ├── sea-query v0.26.3 │ │ ├── sea-query-derive v0.2.0 (proc-macro) │ │ ├── sea-query-driver v0.2.2 (proc-macro) │ ├── sea-strum v0.23.0 │ │ └── sea-strum_macros v0.23.0 (proc-macro) └── sea-orm-cli v0.9.3 ├── sea-orm-codegen v0.9.3 │ ├── sea-query v0.26.3 (*) ├── sea-schema v0.9.4 │ ├── sea-query v0.26.3 (*) │ ├── sea-schema-derive v0.1.0 (proc-macro)
The text was updated successfully, but these errors were encountered:
Hey @yswtrue, welcome! I guess you're using PostgreSQL? Currently, we don't support interval in SeaORM.
Related issues:
Sorry, something went wrong.
Merge with #426
No branches or pull requests
Description
can't generate column for interval field
Versions
The text was updated successfully, but these errors were encountered: