Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_stocktransactiondetail_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| count | int4 | 10 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| stock_transaction_id | int4 | 10 | √ | null |
|
|
|||||
| product_and_service_id | int4 | 10 | √ | null |
|
|
|||||
| stock_id | int4 | 10 | √ | null |
|
|
|||||
| type_product_transaction_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_stocktransactiondetail_pkey | Primary key | Asc | id |
| api_stocktransactiondetail_product_and_service_id_c3251c9f | Performance | Asc | product_and_service_id |
| api_stocktransactiondetail_stock_id_61ceb3d4 | Performance | Asc | stock_id |
| api_stocktransactiondetail_StockTransaction_id_63e54baa | Performance | Asc | stock_transaction_id |
| api_stocktransactiondetail_type_product_transaction_id_37ff804d | Performance | Asc | type_product_transaction_id |