Revision 8577
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/VegCore/VegCore.my.sql | ||
---|---|---|
572 | 572 |
|
573 | 573 |
|
574 | 574 |
-- ----------------------------------------------------- |
575 |
-- Table `taxon_observation`
|
|
575 |
-- Table `taxon_presence`
|
|
576 | 576 |
-- ----------------------------------------------------- |
577 |
CREATE TABLE IF NOT EXISTS `taxon_observation` (
|
|
577 |
CREATE TABLE IF NOT EXISTS `taxon_presence` (
|
|
578 | 578 |
`id` TEXT NOT NULL , |
579 | 579 |
PRIMARY KEY (`id`) , |
580 | 580 |
CONSTRAINT `fk_taxon_observation_taxon_occurrence1` |
Also available in: Unified diff
schemas/VegCore/VegCore.ERD.mwb: renamed taxon_observation to taxon_presence for clarity and to distinguish it better from taxon_occurrence