storage.buckets

#NameTypeNullableDefaultPK
1idtextNOPK
2nametextNO
3owneruuidYES
4created_attimestamp with time zoneYESnow()
5updated_attimestamp with time zoneYESnow()

Indexes

NameDefinitionUniquePrimarySize
bnameCREATE UNIQUE INDEX bname ON storage.buckets USING btree (name)8192 bytes
buckets_pkeyCREATE UNIQUE INDEX buckets_pkey ON storage.buckets USING btree (id)8192 bytes

Constraints

NameTypeDefinition
buckets_owner_fkeyFOREIGN KEYFOREIGN KEY (owner) REFERENCES auth.users(id)
buckets_pkeyPRIMARY KEYPRIMARY KEY (id)