Elgg  Version master
Public Member Functions | List of all members
CreateGeoCacheTable Class Reference
Inheritance diagram for CreateGeoCacheTable:

Public Member Functions

 change ()
 CREATE TABLE prefix_geocode_cache ( id int(11) NOT NULL AUTO_INCREMENT, location varchar(128) DEFAULT NULL, lat varchar(20) DEFAULT NULL, long varchar(20) DEFAULT NULL, PRIMARY KEY (id), UNIQUE KEY location (location) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;. More...
 

Detailed Description

Definition at line 5 of file 20170728074757_create_geo_cache_table.php.

Member Function Documentation

CreateGeoCacheTable::change ( )

CREATE TABLE prefix_geocode_cache ( id int(11) NOT NULL AUTO_INCREMENT, location varchar(128) DEFAULT NULL, lat varchar(20) DEFAULT NULL, long varchar(20) DEFAULT NULL, PRIMARY KEY (id), UNIQUE KEY location (location) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;.

Definition at line 16 of file 20170728074757_create_geo_cache_table.php.


The documentation for this class was generated from the following file: