| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| id |
uuid |
2147483647 |
|
|
uuid_generate_v1() |
|
|
| te_id |
int8 |
19 |
√ |
|
new_te() |
|
|
| identifier |
serial |
10 |
|
√ |
nextval('production_order_identifier_seq'::regclass) |
|
|
| status |
production_order_status |
2147483647 |
|
|
|
|
|
| open_date |
timestamp |
29,6 |
√ |
|
null |
|
|
| close_date |
timestamp |
29,6 |
√ |
|
null |
|
|
| expected_start_date |
timestamp |
29,6 |
√ |
|
null |
|
|
| start_date |
timestamp |
29,6 |
√ |
|
null |
|
|
| description |
text |
2147483647 |
√ |
|
null |
|
|
| responsible_id |
uuid |
2147483647 |
√ |
|
null |
|
| employee.id
|
production_order_responsible_id_fkey R |
|
| branch_id |
uuid |
2147483647 |
|
|
|
|
| branch.id
|
production_order_branch_id_fkey R |
|
| cancel_date |
timestamp |
29,6 |
√ |
|
null |
|
|
Analyzed at Fri Jun 10 16:06 BRT 2016
|