Project

General

Profile

« Previous | Next » 

Revision 6268

schemas/vegbien.sql: Added distance_to_county_m. Note that this can also be used to store latLongInCounty by mapping true to 0 and false to -1.

View differences:

vegbien.my.sql
298 298
    description text,
299 299
    geovalid int(1),
300 300
    distance_to_country_m double precision,
301
    distance_to_state_m double precision
301
    distance_to_state_m double precision,
302
    distance_to_county_m double precision
302 303
);
303 304

  
304 305

  

Also available in: Unified diff