以下追加と更新
alter table your_table add column geom geometry(Point, 4326);
update mst_city set geom=st_SetSrid(st_MakePoint(lat, lng), 4326);
Go to list of users who liked
More than 5 years have passed since last update.
以下追加と更新
alter table your_table add column geom geometry(Point, 4326);
update mst_city set geom=st_SetSrid(st_MakePoint(lat, lng), 4326);
Register as a new user and use Qiita more conveniently
Go to list of users who liked