1CREATE TABLE pagetocalendarmapping (
2    id integer primary key asc,
3    page text,
4    calid integer
5);
6