Table george.public.payment_method Generated by
SchemaSpy
Related columns Constraint names Comments Legend
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
Dashed lines show
implied relationships
< n > number of related tables
Please support this project 
Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19  √  nextval('payment_method_id_seq'::regclass)
payment.method_id payment_method_id_fkey
is_active bool 1  √  null
daily_penalty numeric 10,2  √  null
interest numeric 10,2  √  null
destination_id int8 19  √  null
payment_destination.id payment_method_destination_id_fkey
te_created_id int8 19  √  null
transaction_entry.id payment_method_te_created_id_fkey
te_modified_id int8 19  √  null
transaction_entry.id payment_method_te_modified_id_fkey
method_name text 2147483647  √  null
description text 2147483647  √  null
payment_day int4 10  √  null
closing_day int4 10  √  null
max_installments int4 10  √  null

Table contained 6 rows at Tue Jul 14 15:21 GMT-03:00 2009

Indexes:
Column(s) Type Sort Constraint Name Anomalies
id Primary key Asc payment_method_pkey  
method_name Must be unique Asc payment_method_method_name_key This unique column is also nullable
te_created_id Must be unique Asc payment_method_te_created_id_key This unique column is also nullable
te_modified_id Must be unique Asc payment_method_te_modified_id_key This unique column is also nullable

Close relationships  within one two degrees of separation :