ispyb / ispyb-database-modeling

4 stars 3 forks source link

Specify subsample type #57

Open stufisher opened 4 years ago

stufisher commented 4 years ago

I would like to be able to specify the type of a subsample

ALTER TABLE `BLSubSample`
    ADD `type` VARCHAR(20) DEFAULT NULL COMMENT 'The type of subsample, i.e. roi (region), poi (point), loi (line)';