Project

General

Profile

« Previous | Next » 

Revision 9414

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)

View differences:

vegbien.my.sql
359 359
    stateprovince varchar(255),
360 360
    county varchar(255),
361 361
    description varchar(255),
362
    geovalid int(1),
362
    geovalid int(1) DEFAULT false NOT NULL,
363 363
    distance_to_country_m double precision,
364 364
    distance_to_state_m double precision,
365 365
    distance_to_county_m double precision

Also available in: Unified diff