Skip to content

Supabase schema refresh does not sync newly added table columns #7482

Description

@ALeN001987

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

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

  1. Connect a FlutterFlow project to a Supabase project.
  2. Have an existing assets table already imported into FlutterFlow.
  3. 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)
  4. Confirm in the Supabase dashboard that the new columns exist and are accessible.
  5. Open FlutterFlow → App Settings → Supabase.
  6. Click Refresh on the connected Supabase project.
  7. Inspect the assets and asset_valuations tables shown under Supabase Tables.
  8. Observe that the newly added columns do not appear.
  9. Close/reopen FlutterFlow and repeat the refresh. The columns remain missing.
  10. 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

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

IT43yv7Z36t/xPVi+7XiQe5V/WARJlgGX4BMte17aDYvCIyqOph/PM6kQEloQvW4TENhHGeGrHgywsrRhdrXKPJcH02VGLp7yLhQTDnhe3q8RK6wPs6WfkR9HZ5QCWKh5qSRgxBSItdfWUEtwzumft+WdADcCZ+/Zwh9f6PHaOI=

Visual documentation

Image

Environment

- FlutterFlow version: 
- Platform:
- Browser name and version:
- Operating system and version affected:

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

status: can't reproduceFollowing the reported steps did not reproduce the bug.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions