Skip to content

Class tigrbl.orm.mixins.fields.BlobRef

tigrbl.orm.mixins.fields.BlobRef

blob_id class-attribute instance-attribute

blob_id = acol(
    spec=ColumnSpec(
        storage=S(type_=PgUUID(as_uuid=True)),
        field=F(py_type=UUID),
        io=CRUD_IO,
    )
)