Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
id |
uuid |
2147483647 |
|
|
uuid_generate_v1() |
|
|
te_id |
int8 |
19 |
√ |
|
new_te() |
|
|
identifier |
serial |
10 |
|
√ |
nextval('payment_identifier_seq'::regclass) |
|
|
payment_type |
payment_type |
2147483647 |
|
|
|
|
|
status |
payment_status |
2147483647 |
|
|
|
|
|
open_date |
timestamp |
29,6 |
√ |
|
null |
|
|
due_date |
timestamp |
29,6 |
√ |
|
null |
|
|
paid_date |
timestamp |
29,6 |
√ |
|
null |
|
|
cancel_date |
timestamp |
29,6 |
√ |
|
null |
|
|
paid_value |
numeric |
20,2 |
√ |
|
null |
|
|
base_value |
numeric |
20,2 |
√ |
|
null |
|
|
value |
numeric |
20,2 |
√ |
|
null |
|
|
interest |
numeric |
20,2 |
√ |
|
null |
|
|
discount |
numeric |
20,2 |
√ |
|
null |
|
|
description |
text |
2147483647 |
√ |
|
null |
|
|
payment_number |
text |
2147483647 |
√ |
|
null |
|
|
penalty |
numeric |
20,2 |
√ |
|
null |
|
|
bill_received |
bool |
1 |
√ |
|
false |
|
|
attachment_id |
uuid |
2147483647 |
√ |
|
null |
|
|
method_id |
uuid |
2147483647 |
√ |
|
null |
|
|
group_id |
uuid |
2147483647 |
√ |
|
null |
|
|
branch_id |
uuid |
2147483647 |
|
|
|
|
branch.id
|
payment_branch_id_fkey R |
|
category_id |
uuid |
2147483647 |
√ |
|
null |
|
|
Analyzed at Fri Jun 10 16:06 BRT 2016
|