Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id_vir_form | bigserial | 19 | √ | nextval('vir_form_id_vir_form_seq'::regclass) |
|
|
Table’s primary key |
||||
| id_client | int8 | 19 | √ | null |
|
|
Reference of client table. |
||||
| name | varchar | 2147483647 | null |
|
|
Form’s name |
|||||
| idunit | int4 | 10 | √ | null |
|
|
The unit that will use the template |
||||
| idproduct | int4 | 10 | √ | null |
|
|
The product that will use the template |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| vir_form_pkey | Primary key | Asc | id_vir_form |



