Project

General

Profile

« Previous | Next » 

Revision 1035

vegbien.sql: Changed types of numerical plotmethod fields to double precision

View differences:

schemas/vegbien.my.sql
1821 1821
    accessioncode text,
1822 1822
    method_id int(11),
1823 1823
    shape text,
1824
    length text,
1825
    width text,
1826
    radius text,
1827
    area text
1824
    length double precision,
1825
    width double precision,
1826
    radius double precision,
1827
    area double precision
1828 1828
);
1829 1829

  
1830 1830

  
schemas/vegbien.sql
2095 2095
    accessioncode text,
2096 2096
    method_id integer,
2097 2097
    shape text,
2098
    length text,
2099
    width text,
2100
    radius text,
2101
    area text
2098
    length double precision,
2099
    width double precision,
2100
    radius double precision,
2101
    area double precision
2102 2102
);
2103 2103

  
2104 2104

  

Also available in: Unified diff