payment

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('money.payment_id_seq'::regclass)
xact int8 19 null
payment_ts timestamptz 35,6 now()
voided bool 1 false
amount numeric 6,2 null
note text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
payment_pkey Primary key Asc id
m_p_time_idx Performance Asc payment_ts
m_p_xact_idx Performance Asc xact

Relationships