collectingsources


Description

The coding scheme proposed can be used at 2 different levels of detail: either by using the
general codes such as 10, 20, 30, 40, etc., or by using the more specific codes,
such as 11, 12, etc. See Multi Crop Passport Descriptors (MCPD V2 2012) for further definitions.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
germinatebase.collsrc_id germinatebase_ibfk_collsrcN

Primary id for this table. This uniquely identifies the row.

collsrc VARCHAR 255

collsrc in the Multi Crop Passport Descriptors (MCPD V2 2012)

created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships