| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| id |
bigserial |
19 |
|
√ |
nextval('payment_id_seq'::regclass) |
|
|
| te_created_id |
int8 |
19 |
√ |
|
null |
|
|
| te_modified_id |
int8 |
19 |
√ |
|
null |
|
|
| status |
int4 |
10 |
√ |
|
null |
|
|
| 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 |
10,2 |
√ |
|
null |
|
|
| base_value |
numeric |
10,2 |
√ |
|
null |
|
|
| value |
numeric |
10,2 |
√ |
|
null |
|
|
| interest |
numeric |
10,2 |
√ |
|
null |
|
|
| discount |
numeric |
10,2 |
√ |
|
null |
|
|
| description |
text |
2147483647 |
√ |
|
null |
|
|
| payment_number |
text |
2147483647 |
√ |
|
null |
|
|
| method_id |
int8 |
19 |
√ |
|
null |
|
|
| group_id |
int8 |
19 |
√ |
|
null |
|
|
| till_id |
int8 |
19 |
√ |
|
null |
|
| till.id
|
payment_till_id_fkey |
|
| destination_id |
int8 |
19 |
√ |
|
null |
|
|
| category_id |
int8 |
19 |
√ |
|
null |
|
|
| penalty |
numeric |
10,2 |
√ |
|
null |
|
|
Table contained 4 rows at Tue Jul 14 15:21 GMT-03:00 2009
|