Project

General

Profile

« Previous | Next » 

Revision 11078

schemas/vegbien.sql: added source_id to allow different datasources to have their own strata

View differences:

vegbien.my.sql
3049 3049

  
3050 3050
CREATE TABLE stratum (
3051 3051
    stratum_id int(11) NOT NULL,
3052
    source_id int(11) NOT NULL,
3052 3053
    stratumname varchar(255),
3053 3054
    stratumheight double precision,
3054 3055
    stratumbase double precision,
......
6969 6970

  
6970 6971

  
6971 6972
--
6973
-- Name: stratum_source_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
6974
--
6975

  
6976

  
6977

  
6978

  
6979
--
6972 6980
-- Name: taxonalt_taxondetermination_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
6973 6981
--
6974 6982

  

Also available in: Unified diff