Files

6 lines
83 B
PL/PgSQL

BEGIN;
ALTER TABLE prims ADD COLUMN Material INTEGER NOT NULL default 3;
COMMIT;