Project

General

Profile

1
#!/bin/bash
2
# :mode=transact-sql:
3
cd "$(dirname "$0")"
4
. ../../../lib/import.sh
5

    
6
psql <<'EOF'
7
ALTER TABLE :table ALTER COLUMN "PlotCD" TYPE bigint
8
USING "PlotCD"::bigint;
(3-3/7)