Reload/refresh postgrest schema
Last edited: 10/16/2025
To refresh your PostgREST schema, go to your project Dashboard, and open the SQL Editor.
Then, paste the following SQL statement:
1NOTIFY pgrst, 'reload schema';
And click on Run.
You should see a confirmation message under the Results tab:
1Success. No rows returned