6 lines
87 B
PL/PgSQL
6 lines
87 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE agents add currentLookAt varchar(36) not null default '';
|
|
|
|
COMMIT;
|