- Notifications
You must be signed in to change notification settings - Fork530
feat (dashboard): postgres create with custom types#3148
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
|
vercelbot commentedJan 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
1 Skipped Deployment
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Uh oh!
There was an error while loading.Please reload this page.
User description
Resolves#2978
PR Type
Enhancement
Description
Add custom column type support in Postgres
Implement freeSolo option for column type selection
Update create column query to handle custom types
Add test for custom column type handling
Changes walkthrough 📝
BaseColumnForm.tsx
Enhance column type selection with custom type support
dashboard/src/features/orgs/projects/database/dataGrid/components/BaseColumnForm/BaseColumnForm.tsx
createColumn.ts
Modify createColumn function to support custom types
dashboard/src/features/orgs/projects/database/dataGrid/hooks/useCreateColumnMutation/createColumn.ts
prepareCreateColumnQuery.test.ts
Add test for custom column type handling
dashboard/src/features/orgs/projects/database/dataGrid/hooks/useCreateColumnMutation/prepareCreateColumnQuery.test.ts
prepareCreateColumnQuery.ts
Add debug logging in prepareCreateColumnQuery
dashboard/src/features/orgs/projects/database/dataGrid/hooks/useCreateColumnMutation/prepareCreateColumnQuery.ts