创建数据: insert(). 对表进行INSERT操作. const { data, error } = await supabase .from('cities') .insert([ { name: 'The Shire', country_id: 554 } ]) ...
確定! 回上一頁