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