We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80264bb commit e7ef546Copy full SHA for e7ef546
schemas/ispyb/updates/2022_06_28_detector_rois.sql
@@ -10,7 +10,7 @@ CREATE TABLE `DetectorROI` (
10
`type` varchar(50) NOT NULL COMMENT 'The ROI type rectangle, arc, q range, etc',
11
`name` varchar(50) NOT NULL COMMENT 'A short name for this ROI',
12
`blTimestamp` timestamp NOT NULL DEFAULT current_timestamp(),
13
- `definition` text NOT NULL CHECK (json_valid(`scanParameters`)) COMMENT 'The ROI definition in json format',
+ `definition` text NOT NULL CHECK (json_valid(`definition`)) COMMENT 'The ROI definition in json format',
14
PRIMARY KEY (`detectorROIId`),
15
KEY `detectorROI_fk1` (`detectorId`),
16
KEY `detectorROI_fk2` (`blSampleId`),
0 commit comments