3 lines
113 B
SQL

alter table "punch" add column longitude numeric(15,10);
alter table "punch" add column latitude numeric(15,10);