BU-Spark / se-Symbiota-portal

The Symbiota Virtual Flora/Fauna project is an open source software project, with central goal of developing on-line tools that aid in the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklist, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and http://symbiota.org/
GNU General Public License v2.0
1 stars 3 forks source link

Clarification required on the type of ID used to navigate the omoccurrences #48

Closed Tian-Tan closed 1 year ago

Tian-Tan commented 1 year ago

Symbiota's omoccurrences table uses its auto_increment occid field as a FK between tables; while Harvard's occid field is in the form of a GUID. Clarification is required on which kind of ID should be used for table navigation.

Tian-Tan commented 1 year ago

We will be using the auto_increment occid field for now for simplicity.