PostGIS – Get Table SRID
Please check geometry_columns
table if the result return `-1`. You may change the srid
value if you knew the value of the target table. Value can be 900913, 4326, 3857, etc.
select Find_SRID('public', 'table', 'geomtry_column');