6 lines
83 B
PL/PgSQL
6 lines
83 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE regions add column access integer unsigned default 1;
|
|
|
|
COMMIT;
|