const { data, error } = supabase .from('Messages') .insert([ { message: this.message, ranking: ranking }, ]) console.log(error) ...
確定! 回上一頁