Luis Felipe
08/03/2021, 9:12 PMnicholaschiang
08/03/2021, 9:12 PMjianjie
08/04/2021, 3:34 AMuser
08/04/2021, 7:20 AMunrealg
08/04/2021, 7:26 AMehesp
08/04/2021, 7:56 AMfenix
08/04/2021, 9:07 AMSduu_
08/04/2021, 9:55 AMSduu_
08/04/2021, 9:56 AMSduu_
08/04/2021, 10:03 AMsilentworks
08/04/2021, 10:13 AMSduu_
08/04/2021, 10:22 AMPaganMuffin
08/04/2021, 11:06 AMAbarad
08/04/2021, 11:53 AMAbarad
08/04/2021, 11:53 AMMoshe
08/04/2021, 12:04 PMconst { data, error } = await supabase
.from('cities')
.insert([
{ name: 'The Shire', country_id: 554 }
])
But what if I wanted to create an actual table? Is that possible? If so, how?Poypoypoy
08/04/2021, 12:35 PMYelloJello
08/04/2021, 12:36 PMYelloJello
08/04/2021, 12:37 PMYelloJello
08/04/2021, 12:39 PMPoypoypoy
08/04/2021, 12:40 PMPoypoypoy
08/04/2021, 12:41 PMPoypoypoy
08/04/2021, 12:41 PMFishball_Noodles
08/04/2021, 12:42 PMjoselogarcia
08/04/2021, 1:38 PMsilentworks
08/04/2021, 2:04 PMVinzius
08/04/2021, 2:31 PMPoypoypoy
08/04/2021, 2:41 PMHoXsan
08/04/2021, 3:46 PMkennethcassel
08/04/2021, 5:11 PM