7 lines
87 B
PL/PgSQL
7 lines
87 B
PL/PgSQL
begin;
|
|
|
|
ALTER TABLE prims ADD COLUMN ClickAction tinyint NOT NULL default 0;
|
|
|
|
commit;
|
|
|