#!/bin/bash
# :mode=transact-sql:
cd "$(dirname "$0")"
. ../../../lib/import.sh
psql <<'EOF'
ALTER TABLE :table ALTER COLUMN "PlotCD" TYPE bigint
USING "PlotCD"::bigint;