Skip to content

Reload/refresh postgrest schema

要刷新你的 PostgREST 模式,进入你的项目 仪表板,然后打开 SQL 编辑器

🌐 To refresh your PostgREST schema, go to your project Dashboard, and open the SQL Editor.

然后,粘贴以下 SQL 语句:

🌐 Then, paste the following SQL statement:

1
NOTIFY pgrst, 'reload schema';

然后点击 运行

🌐 And click on Run.

你应该在 结果 标签下看到一条确认信息:

🌐 You should see a confirmation message under the Results tab:

1
Success. No rows returned