comic_tx


Columns

Column Type Size Nulls Auto Default Children Parents Comments
comic_id bpchar 4 null
comics.comic_id comic_tx_comic_id_fkey C
tx_id bpchar 6 null
transactions.tx_id comic_tx_tx_id_fkey R
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))

Relationships