Project

General

Profile

« Previous | Next » 

Revision 10451

schemas/VegCore/VegCore.ERD.mwb: geovalidation: renamed lat_long_in_ranks to lat_long_in_place_ranks for clarity

View differences:

VegCore.my.sql
238 238
  `id` varbinary(767) NOT NULL,
239 239
  `geovalid` tinyint(1) NOT NULL,
240 240
  `lat_long_domain_valid` tinyint(1) NOT NULL,
241
  `lat_long_in_ranks` set('hstore') COLLATE utf8_bin DEFAULT NULL,
241
  `lat_long_in_place_ranks` set('hstore') COLLATE utf8_bin DEFAULT NULL,
242 242
  PRIMARY KEY (`id`),
243 243
  CONSTRAINT `fk_geovalidation_validatable_place1` FOREIGN KEY (`id`) REFERENCES `validatable_place` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
244 244
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='The accuracy of the [[VegCore#Coordinates|Coordinates]], taking into account the [[VegCore#Placename|Placename]]';

Also available in: Unified diff