BitgoTransferBatch
| Field | Type | Constraints |
|---|---|---|
id |
BigAutoField | PK |
name |
CharField(255) | unique |
status |
TextField | choices default=value |
address |
TextField | nullable |
fortress_transfer_id |
TextField | nullable |
Referenced By (1 tables)
Sample Queries (click to expand)
Get all records
BitgoTransferBatch.objects.all()
Get by ID
BitgoTransferBatch.objects.get(id=1)