2 -- File ID: 21f7f30e-fafb-11dd-8266-000475e441b9
20 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
21 descr text, -- A text description. Additional info intended for the user, not the GPS.
27 CREATE TABLE wayp_new (
33 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
34 descr text, -- A text description. Additional info intended for the user, not the GPS.
40 CREATE TABLE wayp_rej (
46 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
47 descr text, -- A text description. Additional info intended for the user, not the GPS.
53 CREATE TABLE tmpwayp AS
54 SELECT * FROM wayp LIMIT 0;
60 begindate timestamp, -- Pretty exact time when starting
61 enddate timestamp, -- Pretty exact time when ending
69 CREATE TABLE pictures (