Postgis Error: function st_makepoint(double precision, double precision) does not exist
I am using
I am trying to setup a new database and seed it but seeding the table with
the error says:
My function and trigger:
postgis in a project and I have a Postgres function that takes the Longitude/Latitude when data is inserted into a row and calculates the location geometry field.I am trying to setup a new database and seed it but seeding the table with
geometry postgis field is failing. This works on the original DB so I'm not sure what's happening. postgis extension is enabled.the error says:
My function and trigger: