BlackhawkVendorSource
| Field | Type | Constraints |
|---|---|---|
id |
BigAutoField | PK |
product_line_id |
CharField(255) | |
rate |
DecimalField(5,4) | |
upcs |
JSONField | nullable |
Referenced By (1 tables)
Sample Queries (click to expand)
Get all records
BlackhawkVendorSource.objects.all()
Get by ID
BlackhawkVendorSource.objects.get(id=1)