sublot_level_desc
- Last UpdatedNov 20, 2024
- 1 minute read
Note: This table is currently not used.
The sublot_level_desc table allows for a user-defined description to be assigned to various sublot levels.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
item_id |
string40 |
Y |
N |
Identify item |
|
lvl |
Int32 |
Y |
N |
Sublot level |
|
lvl_desc |
string40 |
N |
N |
Description of this sublot level |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail |
FK from item_id to item. (Cascade delete)