update
This commit is contained in:
@@ -48,4 +48,11 @@ ALTER TABLE `physical-boot`.`experiment_test_process`
|
||||
CHANGE `test_metering_point` `test_metering_point` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '测试计量点',
|
||||
CHANGE `test_fluence_point` `test_fluence_point` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '测试注量点',
|
||||
CHANGE `annealing_duration` `annealing_duration` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '退火时长';
|
||||
```
|
||||
|
||||
#20250418
|
||||
```sql
|
||||
|
||||
ALTER TABLE `local_database`
|
||||
ADD COLUMN `sample_model` varchar(2048) NULL COMMENT '样品型号' ;
|
||||
```
|
||||
Reference in New Issue
Block a user