| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| id |
bigserial |
19 |
|
√ |
nextval('inventory_item_id_seq'::regclass) |
|
|
| te_created_id |
int8 |
19 |
√ |
|
null |
|
|
| te_modified_id |
int8 |
19 |
√ |
|
null |
|
|
| product_id |
int8 |
19 |
|
|
|
|
| product.id
|
inventory_item_product_id_fkey |
|
| recorded_quantity |
numeric |
10,2 |
√ |
|
null |
|
|
| actual_quantity |
numeric |
10,2 |
√ |
|
null |
|
|
| inventory_id |
int8 |
19 |
|
|
|
|
| inventory.id
|
inventory_item_inventory_id_fkey |
|
| reason |
text |
2147483647 |
√ |
|
null |
|
|
| cfop_data_id |
int8 |
19 |
√ |
|
null |
|
| cfop_data.id
|
inventory_item_cfop_data_id_fkey |
|
| product_cost |
numeric |
10,4 |
√ |
|
null |
|
|
Table contained 0 rows at Tue Jul 14 15:21 GMT-03:00 2009
|