Order the query
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.order('id', { ascending: false })
const { data, error } = await supabase
.from('cities')
.select('name, country_id')
.order('id', { ascending: false })
Not to worry, our specialist engineers are here to help. Submit a support ticket through the Dashboard.