Revision 5241
Added by Aaron Marcuse-Kubitza over 12 years ago
vegbien.my.sql | ||
---|---|---|
781 | 781 |
CREATE TABLE taxonconcept ( |
782 | 782 |
taxonconcept_id int(11) NOT NULL, |
783 | 783 |
datasource_id int(11) NOT NULL, |
784 |
definer_id int(11),
|
|
784 |
creator_id int(11),
|
|
785 | 785 |
identifyingtaxonomicname text, |
786 | 786 |
canon_taxonconcept_id int(11), |
787 | 787 |
taxon_id int(11), |
... | ... | |
814 | 814 |
|
815 | 815 |
|
816 | 816 |
-- |
817 |
-- Name: COLUMN taxonconcept.definer_id; Type: COMMENT; Schema: public; Owner: -
|
|
817 |
-- Name: COLUMN taxonconcept.creator_id; Type: COMMENT; Schema: public; Owner: -
|
|
818 | 818 |
-- |
819 | 819 |
|
820 | 820 |
|
... | ... | |
5058 | 5058 |
|
5059 | 5059 |
|
5060 | 5060 |
-- |
5061 |
-- Name: taxonconcept_datasource_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
|
|
5061 |
-- Name: taxonconcept_creator_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
|
|
5062 | 5062 |
-- |
5063 | 5063 |
|
5064 | 5064 |
|
5065 | 5065 |
|
5066 | 5066 |
|
5067 | 5067 |
-- |
5068 |
-- Name: taxonconcept_definer_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
|
|
5068 |
-- Name: taxonconcept_datasource_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
|
|
5069 | 5069 |
-- |
5070 | 5070 |
|
5071 | 5071 |
|
Also available in: Unified diff
schemas/vegbien.sql: taxonconcept: Renamed definer_id to creator_id to allow merging with datasource_id when datasource_id is renamed to creator_id