supadantic
supadantic copied to clipboard
Column is greater than or equal to a value
https://supabase.com/docs/reference/python/gte
Example:
MyModel.objects.filter(age__gte=10)