POS/2.30/Database Model/stockdiary
Contents |
STOCKDIARY
Description
Columns
This table contains the following columns:
Name | PK | Nullable | Data Type | Default | Description |
ID | Y | N | VARCHAR | ||
DATENEW | N | N | TIMESTAMP | ||
REASON | N | N | INTEGER | ||
LOCATION | N | N | VARCHAR | ||
PRODUCT | N | N | VARCHAR | ||
ATTRIBUTESETINSTANCE_ID | N | Y | VARCHAR | ||
UNITS | N | N | DOUBLE | ||
PRICE | N | N | DOUBLE |
Foreign Keys
These are the foreign keys for this table:
Name | Referencing column | Referenced table | Referenced column | Description |
STOCKDIARY_FK_1 | PRODUCT | PRODUCTS | ID | |
STOCKDIARY_ATTSETINST | ATTRIBUTESETINSTANCE_ID | ATTRIBUTESETINSTANCE | ID | |
STOCKDIARY_FK_2 | LOCATION | LOCATIONS | ID |
Indexes
These are the indexes for this table (for each index there is a list of the columns included within it):
Name | Unique | Reference | Description |
STOCKDIARY_INX_1 | N | DATENEW - |
Languages: |
POS/2.30/Database Model/stockcurrent | POS/2.30/Database Model/stocklevel