File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2225,7 +2225,7 @@ CREATE TABLE `LaserParameters` (
22252225 PRIMARY KEY (` laserParametersId` ),
22262226 KEY ` LaserParameters_fk_robotActionId` (` robotActionId` ),
22272227 CONSTRAINT ` LaserParameters_fk_robotActionId` FOREIGN KEY (` robotActionId` ) REFERENCES ` RobotAction` (` robotActionId` ) ON DELETE CASCADE ON UPDATE CASCADE
2228- ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_uca1400_ai_ci COMMENT= ' Laser parameters' ;
2228+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci COMMENT= ' Laser parameters' ;
22292229/* !40101 SET character_set_client = @saved_cs_client */ ;
22302230DROP TABLE IF EXISTS ` LaserPoint` ;
22312231/* !40101 SET @saved_cs_client = @@character_set_client */ ;
@@ -2241,7 +2241,7 @@ CREATE TABLE `LaserPoint` (
22412241 PRIMARY KEY (` laserPointId` ),
22422242 KEY ` LaserPoint_fk_laserParametersId` (` laserParametersId` ),
22432243 CONSTRAINT ` LaserPoint_fk_laserParametersId` FOREIGN KEY (` laserParametersId` ) REFERENCES ` LaserParameters` (` laserParametersId` ) ON DELETE CASCADE ON UPDATE CASCADE
2244- ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_uca1400_ai_ci COMMENT= ' Laser points' ;
2244+ ) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci COMMENT= ' Laser points' ;
22452245/* !40101 SET character_set_client = @saved_cs_client */ ;
22462246DROP TABLE IF EXISTS ` Ligand` ;
22472247/* !40101 SET @saved_cs_client = @@character_set_client */ ;
You can’t perform that action at this time.
0 commit comments