7 lines
84 B
PL/PgSQL
7 lines
84 B
PL/PgSQL
begin;
|
|
|
|
ALTER TABLE prims ADD COLUMN Material tinyint NOT NULL default 3;
|
|
|
|
commit;
|
|
|