Revision 9414
Added by Aaron Marcuse-Kubitza over 11 years ago
vegbien.sql | ||
---|---|---|
784 | 784 |
stateprovince text, |
785 | 785 |
county text, |
786 | 786 |
description text, |
787 |
geovalid boolean, |
|
787 |
geovalid boolean DEFAULT false NOT NULL,
|
|
788 | 788 |
distance_to_country_m double precision, |
789 | 789 |
distance_to_state_m double precision, |
790 | 790 |
distance_to_county_m double precision, |
Also available in: Unified diff
schemas/vegbien.sql: place.geovalid: require it to be NOT NULL so that it's always a 2-valued boolean (but default it to false since it's not a required field)