Microplastics In Drinking Water From Accredited Labs
State of California
@usgov.ca_gov_microplastics_in_drinking_water_from_accredited_labs
State of California
@usgov.ca_gov_microplastics_in_drinking_water_from_accredited_labs
CREATE TABLE methodology_rules (
"name" VARCHAR,
"description" VARCHAR,
"valid_example" VARCHAR,
"severity" VARCHAR,
"rule" VARCHAR
);
CREATE TABLE method_template (
"methodologyid" VARCHAR,
"samplingdevice" VARCHAR,
"airfiltration" VARCHAR,
"airfiltrationtype" VARCHAR,
"clothingpolicy" VARCHAR,
"nonplasticpolicy" VARCHAR,
"sealedenvironment" VARCHAR,
"sealedenvironmenttype" VARCHAR,
"sievemeshsizes" VARCHAR,
"filtertype" VARCHAR,
"filterdiameter" BIGINT,
"filterporesize" BIGINT,
"visidmethod" VARCHAR,
"visualsoftware" VARCHAR,
"pickingstrategy" VARCHAR,
"vismagnification" BIGINT,
"matidmethod" VARCHAR,
"matidsoftware" VARCHAR
);
CREATE TABLE particle_template (
"particleid" VARCHAR,
"methodologyid" VARCHAR,
"sampleid" VARCHAR,
"photoid" VARCHAR,
"spectraid" VARCHAR,
"finalanalysisdate" TIMESTAMP,
"comments" VARCHAR,
"polymer" VARCHAR,
"morphology" VARCHAR,
"color" VARCHAR,
"length" BIGINT,
"width" BIGINT,
"height" BIGINT,
"mass" DOUBLE,
"surfacearea" DOUBLE,
"volume" BIGINT,
"tactile" VARCHAR
);
CREATE TABLE sample_rules (
"name" VARCHAR,
"description" VARCHAR,
"valid_example" VARCHAR,
"severity" VARCHAR,
"rule" VARCHAR
);
CREATE TABLE sample_template (
"sampleid" VARCHAR,
"ownerorganization" VARCHAR,
"analysisorganization" VARCHAR,
"reportingorganization" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"collectiondate" TIMESTAMP,
"samplevolume" BIGINT
);
Anyone who has the link will be able to view this.