3 lines
No EOL
143 B
SQL
Executable file
3 lines
No EOL
143 B
SQL
Executable file
-- Update area column in locarea table of IHFS to hold up to 500 characters
|
|
|
|
ALTER TABLE locarea ALTER COLUMN area TYPE character varying(500); |