Project

General

Profile

« Previous | Next » 

Revision 670

vegbien.sql: Updated table comments for specimenreplicate and specimen

View differences:

vegbien.for_ERD.my.sql
281 281
  CONSTRAINT stem_keys_code UNIQUE (individualplant_id , authorstemcode )
282 282
);
283 283

  
284
CREATE TABLE specimen
284
CREATE TABLE specimen -- A physical specimen collected from a plant. Used to link replicates of the same specimen together.
285 285
(
286 286
  specimen_id int(11) NOT NULL AUTO_INCREMENT,
287 287
  CONSTRAINT specimen_pkey PRIMARY KEY (specimen_id )
288 288
);
289 289

  
290
CREATE TABLE specimenreplicate -- A herbarium specimenreplicate. Contains Darwin Core specimenreplicate data.
290
CREATE TABLE specimenreplicate -- A herbarium's replicate of a specimen. Contains Darwin Core specimen data.
291 291
(
292 292
  specimenreplicate_id int(11) NOT NULL AUTO_INCREMENT,
293 293
  reference_id int(11) NOT NULL,

Also available in: Unified diff