Fix: Change county to country in geo_locations to match actual schema
This commit is contained in:
@@ -195,7 +195,7 @@ CREATE TABLE IF NOT EXISTS geo_locations (
|
|||||||
-- Location details
|
-- Location details
|
||||||
city VARCHAR(255),
|
city VARCHAR(255),
|
||||||
state VARCHAR(50),
|
state VARCHAR(50),
|
||||||
county VARCHAR(255),
|
country VARCHAR(255),
|
||||||
zip VARCHAR(10),
|
zip VARCHAR(10),
|
||||||
location GEOGRAPHY (POINT, 4326),
|
location GEOGRAPHY (POINT, 4326),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user