Project

General

Profile

« Previous | Next » 

Revision 6039

schemas/vegbien.sql: analytical_*: Added higherPlantGroup

View differences:

vegbien.my.sql
654 654
    `plotArea_ha` double precision,
655 655
    `samplingProtocol` text,
656 656
    `dateCollected` date,
657
    `higherPlantGroup` text,
657 658
    family text,
658 659
    genus text,
659 660
    `speciesBinomial` text,
......
691 692
    `plotArea_ha` double precision,
692 693
    `samplingProtocol` text,
693 694
    `dateCollected` date,
695
    `higherPlantGroup` text,
694 696
    family text,
695 697
    genus text,
696 698
    `speciesBinomial` text,
......
751 753

  
752 754

  
753 755
--
756
-- Name: family_higher_plant_group; Type: TABLE; Schema: public; Owner: -; Tablespace: 
757
--
758

  
759
CREATE TABLE family_higher_plant_group (
760
    family text NOT NULL,
761
    higher_plant_group text
762
);
763

  
764

  
765
--
754 766
-- Name: location; Type: TABLE; Schema: public; Owner: -; Tablespace: 
755 767
--
756 768

  
......
1915 1927

  
1916 1928

  
1917 1929
--
1918
-- Name: family_higher_plant_group; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1919
--
1920

  
1921
CREATE TABLE family_higher_plant_group (
1922
    family text NOT NULL,
1923
    higher_plant_group text
1924
);
1925

  
1926

  
1927
--
1928 1930
-- Name: geoscrub_input; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1929 1931
--
1930 1932

  

Also available in: Unified diff