Includes services and functions to create new test wafer lot. Tables included outside of git push New Tables: 1. LOT 2. LOT_EVENT 3. LOT_OPERATION 4. PRODUCT_OPERATION 5. OPERATION 6. Added PRODUCT_OPERATIONS field in TEST_WAFER_PROD table. All relational indexes and btree indexes.
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
compile insert OPERATION_EQUATES
|
|
/*----------------------------------------
|
|
Author : Table Create Insert Routine
|
|
Written : 10/10/2024
|
|
Description : Insert for Table OPERATION
|
|
----------------------------------------*/
|
|
#ifndef __OPERATION_EQUATES__
|
|
#define __OPERATION_EQUATES__
|
|
|
|
|
|
#endif
|