What's the difference between the two fields ``.bo...
# help
j
What's the difference between the two fields ``.body`` and ``.data`` after a ``select`` request from the supabase client API? It seems to be the same thing, I get exactly the same values in both fields. 🤔
n
Hello @Julien! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
body
is from legacy code. It is recommended you use
data
from now on.
j
Oh okay, thanks for your quick response!
n
Thread was archived by @Julien. Anyone can send a message to unarchive it.