Can we access your project?
Current Behavior
assets.currency, assets.current_value_date and asset_valuations.currency exist in Supabase, but are absent from FlutterFlow’s Supabase table schema and generated typed schema after Builder Refresh and flutterflow ai refresh-context. Other currency_code and date fields sync correctly. The documented “Get Schema” control is not visible in the current Builder UI.
Expected Behavior
After refreshing the connected Supabase project schema, FlutterFlow should re-introspect the current database schema and detect newly added columns.
assets.currency, assets.current_value_date, and asset_valuations.currency should appear under Supabase Tables and become available in FlutterFlow’s generated typed schema.
If “Refresh” is not intended to refresh the database schema, the documented “Get Schema” action should be available in the current Builder UI or an equivalent schema synchronization mechanism should be provided.
Steps to Reproduce
- Connect a FlutterFlow project to a Supabase project.
- Have an existing assets table already imported into FlutterFlow.
- Add new columns directly in Supabase to the existing table. In our case:
- assets.currency (currency_code, NOT NULL)
- assets.current_value_date (date, nullable)
- asset_valuations.currency (currency_code)
- Confirm in the Supabase dashboard that the new columns exist and are accessible.
- Open FlutterFlow → App Settings → Supabase.
- Click Refresh on the connected Supabase project.
- Inspect the assets and asset_valuations tables shown under Supabase Tables.
- Observe that the newly added columns do not appear.
- Close/reopen FlutterFlow and repeat the refresh. The columns remain missing.
- Additionally run flutterflow ai refresh-context and inspect the freshly generated typed schema. The new fields are still absent.
Additional observation: The current Builder UI does not show the documented Get Schema action under App Settings → Supabase; only Refresh is available.
Reproducible from Blank
Bug Report Code (Required)
IT43yv7Z36t/xPVi+7XiQe5V/WARJlgGX4BMte17aDYvCIyqOph/PM6kQEloQvW4TENhHGeGrHgywsrRhdrXKPJcH02VGLp7yLhQTDnhe3q8RK6wPs6WfkR9HZ5QCWKh5qSRgxBSItdfWUEtwzumft+WdADcCZ+/Zwh9f6PHaOI=
Visual documentation
Environment
- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:
Additional Information
No response
Can we access your project?
Current Behavior
assets.currency, assets.current_value_date and asset_valuations.currency exist in Supabase, but are absent from FlutterFlow’s Supabase table schema and generated typed schema after Builder Refresh and flutterflow ai refresh-context. Other currency_code and date fields sync correctly. The documented “Get Schema” control is not visible in the current Builder UI.
Expected Behavior
After refreshing the connected Supabase project schema, FlutterFlow should re-introspect the current database schema and detect newly added columns.
assets.currency, assets.current_value_date, and asset_valuations.currency should appear under Supabase Tables and become available in FlutterFlow’s generated typed schema.
If “Refresh” is not intended to refresh the database schema, the documented “Get Schema” action should be available in the current Builder UI or an equivalent schema synchronization mechanism should be provided.
Steps to Reproduce
Additional observation: The current Builder UI does not show the documented Get Schema action under App Settings → Supabase; only Refresh is available.
Reproducible from Blank
Bug Report Code (Required)
IT43yv7Z36t/xPVi+7XiQe5V/WARJlgGX4BMte17aDYvCIyqOph/PM6kQEloQvW4TENhHGeGrHgywsrRhdrXKPJcH02VGLp7yLhQTDnhe3q8RK6wPs6WfkR9HZ5QCWKh5qSRgxBSItdfWUEtwzumft+WdADcCZ+/Zwh9f6PHaOI=
Visual documentation
Environment
Additional Information
No response