| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| id |
bigserial |
19 |
|
√ |
nextval('product_history_id_seq'::regclass) |
|
|
| te_created_id |
int8 |
19 |
√ |
|
null |
|
|
| te_modified_id |
int8 |
19 |
√ |
|
null |
|
|
| quantity_sold |
numeric |
10,2 |
√ |
|
null |
|
|
| quantity_received |
numeric |
10,2 |
√ |
|
null |
|
|
| quantity_transfered |
numeric |
10,2 |
√ |
|
null |
|
|
| quantity_retained |
numeric |
10,2 |
√ |
|
null |
|
|
| sold_date |
timestamp |
29,6 |
√ |
|
null |
|
|
| received_date |
timestamp |
29,6 |
√ |
|
null |
|
|
| branch_id |
int8 |
19 |
√ |
|
null |
|
|
| sellable_id |
int8 |
19 |
√ |
|
null |
|
| sellable.id
|
product_history_sellable_id_fkey |
|
Table contained 29 rows at Tue Jul 14 15:21 GMT-03:00 2009
|