Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_storage_category_id_seq'::regclass) |
|
|
||||||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
|||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||
| name | varchar | 2147483647 | null |
|
|
Storage Category |
||||||||||||||
| allow_new_product | varchar | 2147483647 | null |
|
|
Allow New Product |
||||||||||||||
| max_weight | numeric | 0 | √ | null |
|
|
Max Weight |
|||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_storage_category_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| stock_storage_category_positive_max_weight | ((max_weight >= (0)::numeric)) |

