File size: 170 Bytes
ea9ca44
 
 
 
 
1
2
3
4
5
6
-- Check what storage buckets exist in your project
SELECT id, name, public, file_size_limit, allowed_mime_types, created_at 
FROM storage.buckets 
ORDER BY created_at;