/* ****** Example SQL ****** */
CREATE TABLE `dropzones` (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 60 ) NOT NULL ,
`street` VARCHAR( 80 ) NOT NULL ,
`city` VARCHAR( 80 ) NOT NULL ,
`phone` VARCHAR( 80 ) NOT NULL ,
`fax` VARCHAR( 80 ) NOT NULL ,
`mail` VARCHAR( 80 ) NOT NULL ,
`internet` VARCHAR( 80 ) NOT NULL ,
`latitude` FLOAT( 10, 6 ) NOT NULL ,
`longitude` FLOAT( 10, 6 ) NOT NULL ,
`type` VARCHAR( 30 ) NOT NULL
) ENGINE = MYISAM ;
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.