Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
comic_id | bpchar | 4 | null |
|
|
||||||
tx_id | bpchar | 6 | null |
|
|
||||||
purchase_price | numeric | 0 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
comic_tx_pkey | Primary key | Asc | comic_id |
Check Constraints
Constraint Name | Constraint |
---|---|
comic_tx_purchase_price_check | ((purchase_price >= 0.00)) |