change column type

This commit is contained in:
Ed Chalstrey 2022-04-04 13:35:26 +01:00
parent bc0aca8d56
commit 814203952a

View File

@ -10,7 +10,7 @@ opentoid_dir=$1
echo "Creating a temporary table for coordinates..."
psql -c "CREATE TABLE open_toid (
toid varchar,
version_number smallint,
version_number float,
version_date date,
source_product varchar,
easting float,